Skip to content
/ dsa Public

Data structures and algorithms using python

Notifications You must be signed in to change notification settings

bmwenda/dsa

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

About

A reference for common data structures and algorithms. Covers:

  1. Arrays
    • Sorting algorithms
    • Binary search
  2. Stacks
    • monotonic stacks
  3. Linked lists
    • traversal
    • appending
    • pre-pending
    • reversing
    • merging
  4. Trees
    • traversal (iterative and recursive)
    • search
    • maximum depth
  5. Tries

About

Data structures and algorithms using python

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages