https://github.com/akashnag/data-structures

A code repository for an undergraduate course in 'Data Structures'

https://github.com/akashnag/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
    1. Stack (Array-based)
    2. ~~Two Stacks in a single array~~
    3. ~~Stack using two Queues~~
    4. Linked Stack
  • Queues
    1. Queue (Array-based)
    2. ~~Queue using two Stacks~~
    3. ~~Linked Queue~~
    4. ~~Deque (Double-Ended Queue)~~
    5. ~~Circular Queue (Array-based)~~
    6. ~~Linked Priority Queue~~
    7. ~~Max Heap (Array-based)~~
  • Linked Lists
    1. ~~Linked List using Arrays~~
    2. Singly Linked List
    3. ~~Doubly Linked List~~
    4. ~~Circular Doubly Linked List~~
    5. ~~Self-Organizing List~~
    6. ~~Skip List~~
  • Trees
    1. Binary Search Tree
    2. ~~AVL Tree~~
    3. ~~Red-Black Tree~~
    4. ~~Threaded Binary Tree~~
  • Others
    1. ~~Static Arraylist~~
    2. ~~Dynamic Arraylist~~
    3. ~~Disjoint Set~~
    4. ~~Static Hash Table~~
    5. ~~Dynamic Hash Table~~
    6. ~~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

GitHub Events

Total
Last Year