8000 GitHub - bmwenda/dsa: Data structures and algorithms using python
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

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

0