https://github.com/akashnag/data-structures
A code repository for an undergraduate course in 'Data Structures'
Science Score: 26.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
○CITATION.cff file
-
✓codemeta.json file
Found codemeta.json file -
✓.zenodo.json file
Found .zenodo.json file -
○DOI references
-
○Academic publication links
-
○Academic email domains
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (6.9%) to scientific vocabulary
Last synced: 10 months ago
·
JSON representation
Repository
A code repository for an undergraduate course in 'Data Structures'
Basic Info
- Host: GitHub
- Owner: akashnag
- License: gpl-3.0
- Language: Python
- Default Branch: master
- Size: 18.6 KB
Statistics
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
- Releases: 0
Created over 6 years ago
· Last pushed over 6 years ago
Metadata Files
Readme
Contributing
License
README.md
A code repository for an undergraduate course in 'Data Structures'
This repository contains a Python implementation of various common data structures, taught as part of a Data Structures course at the undergraduate level.
The following is a list of data structures available in this repository:
- Stacks
- Stack (Array-based)
- ~~Two Stacks in a single array~~
- ~~Stack using two Queues~~
- Linked Stack
- Queues
- Queue (Array-based)
- ~~Queue using two Stacks~~
- ~~Linked Queue~~
- ~~Deque (Double-Ended Queue)~~
- ~~Circular Queue (Array-based)~~
- ~~Linked Priority Queue~~
- ~~Max Heap (Array-based)~~
- Linked Lists
- ~~Linked List using Arrays~~
- Singly Linked List
- ~~Doubly Linked List~~
- ~~Circular Doubly Linked List~~
- ~~Self-Organizing List~~
- ~~Skip List~~
- Trees
- Binary Search Tree
- ~~AVL Tree~~
- ~~Red-Black Tree~~
- ~~Threaded Binary Tree~~
- Others
- ~~Static Arraylist~~
- ~~Dynamic Arraylist~~
- ~~Disjoint Set~~
- ~~Static Hash Table~~
- ~~Dynamic Hash Table~~
- ~~Hash Set~~
Contributing
You are most welcome to contribute more data structures! Please read our Contribution Guidelines first to get started.
Owner
- Name: Akash Nag
- Login: akashnag
- Kind: user
- Location: Kolkata, India
- Twitter: AkashNagCS
- Repositories: 2
- Profile: https://github.com/akashnag