Skip to content

GarryGaller/goalgo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

50 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

goalgo

Implementation of data structures and algorithms

Algorithms

  • Insertion sort
  • Selection sort
  • Merge sort
  • Quick sort
  • Heap sort
  • Counting sort
  • Cyclic sort
  • Valid palindrome
  • Search for duplicates
  • Reverse string
  • Reverse integer
  • Pair with target sum
  • Permutations
  • Merge sorted arrays
  • MinMax

Data Structures

  • Double linked list
  • Stack
  • Queue
  • HashSet
  • BitSet

About

Implementations of some standard algorithms and data structures

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages