Skip to content

Collection of Java projects as well as Data Structures & Algorithms

Notifications You must be signed in to change notification settings

TheGreatJoules/Java

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Java

My Data Structures & Algorithms practice and review.

Data Structures & Algorithms

Type Implementation
Stacks ArrayStack
LinkedStack
Queues LinkedQueue
Hash LinearProbing
SeparateChaining
Searching SequentialSearch
SortedArray
Sorting Bubble
Insertion
Merge
PriorityQ Max
Min
IndexMin
IndexMax
Multiway
Quicksort 2-way
3-way
Bently McIlroy
Dual pivot
SectionSort
ShellSort
Trees AVL
BinarySearchTrees
RedBlackTree

Design Patterns

  • Strategy - with ducks 🦆
  • Adapter - with ducks 🦆
  • Observer - with no ducks 🥺
  • Iterator - with resturants 🥞
  • Decorator - with coffee ☕️
  • Factory - with Pizza 🍕

About

Collection of Java projects as well as Data Structures & Algorithms

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages