Skip to content

Provides tree & graph collections with various algorithms.

Notifications You must be signed in to change notification settings

peterGdot/Pyther.Collections

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pyther.Collections

Provides tree & graph collections with various algorithms.

  • Graph
    • Directed Graph
    • Undirected Graph
  • Tree
    • Binary Tree
    • Binary Min Heap
    • Binary Max Heap
  • Algoritms
    • Graph
      • Bread-First Search
      • Depth-First Search
      • Shortest Path (Dijkstra)
      • Directed Graph
        • Topological Sort (Kahn's)
        • Topological Sort (DFS)
        • IsCyclic (Kahn's)
        • IsCyclic (DFS)

About

Provides tree & graph collections with various algorithms.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages