nikhildagarwal/code_base

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

95 Commits
 
 
 
 
 
 

Repository files navigation

#Personal Code Base

Hi! This respository houses custom made data structures in Java and C/C++

Java:

  • Pair
  • Map
  • Node
  • PriorityQueue
  • Queue
  • Set
  • Stack
  • TreeNode
  • DoubleNode
  • GraphNode
  • List

C/C++:

  • map
  • priorityQueue
  • queue
  • set
  • stack
  • list
  • mean_median_mode (custom data structure that updates and holds mean/median/mode of data)
  • median_list (custom data structure that returns the median of data in O(1) runtime)

About

Data structures for Java, C, C++ written without using prebuilt libraries (custom implementations of list, stack, map, set, etc.)

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published