Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Abtinmy/dsa

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

48 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Data Structure and Algorithms

Implemention of various data structures and algorithms using Python. This repo also provides test cases for some of the algorithms and datastructures.

Sorts

Data Structures

  • Linked List
    • Push / (fast) append / insert (at index, after a node)
    • remove (first / last / using index / using key)
    • find an element using key or index
    • Calculation of distance between two nodes
    • Has loop? (Floyd slow and fast pointers approach)
    • Reverse the list
    • Test Cases
    • Doubly Linked List
  • Hash Table
    • Resizing
    • Add
    • Remove
    • Get

Algorithms

About

Implementation of various data structures and algorithms using Python.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages