Skip to content

Instantly share code, notes, and snippets.

@darkone23
Created August 14, 2015 04:19
Show Gist options
  • Save darkone23/15bc73bb84f1a13cb362 to your computer and use it in GitHub Desktop.
Save darkone23/15bc73bb84f1a13cb362 to your computer and use it in GitHub Desktop.
algo stuff
implement the following data structures in java8:
- set
- stack
- linked list
- hash table
- binary tree
- graph
implement the following operations:
insert / delete / sort
implement a few different types of sort algos
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment