Skip to content

giovannymassuia/DS-A

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DS-A

Data Structures and Algorithms

Go implementations

  • Heap
    • Binary heap
    • Max heap
    • Min heap
  • Sorting
    • Insertion sort
    • Heap sort
    • Merge sort
    • Shell sort
  • Tree
    • DFS - Depth First Search
      • In-order
      • Pre-order
      • Post-order
    • BFS - Breadth First Search
  • K-array tree
    • DFS - Depth First Search
      • In-order
      • Pre-order
      • Post-order
    • BFS - Breadth First Search
  • Trie
    • Routes resolution

Java implementations

  • Dijkstra's Algorithm
    • Shortest path
  • Trie
    • Routes resolution
  • Triplicate Number
    • eulernet
    • Find the triplicate number in an array

Automated Tests

Go Tests

Java Tests

About

Data Structures and Algorithms

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published