Skip to content

kerraway/play-with-data-structures

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

89 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Play with data structures

English | 简体中文

In this repository, I will write some common data structures:

  1. array list and linked list
  2. stack and queue
  3. binary search tree
  4. set and map based on binary search tree
  5. heap
  6. priority queue
  7. segment tree
  8. trie
  9. union-find
  10. AVL tree
  11. red-black tree
  12. hash table

and use these data structures to solve some leetcode problems.

About

Play with data structures by java.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages