Skip to content

Exercises designed to help you better understand various abstract data types, and their implementations (concrete data structures)

Notifications You must be signed in to change notification settings

mitchellirvin/data-structures-katas

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Welcome to Data Structures Katas (in Java)

These katas were designed to help you better understand fundamental data structures and abstract data types (ADT). Each kata contains a readme that describes the fundamentals of its data structure or ADT. You'll also find key points about the advantages and disadvantages, and details about how to implement your own.

How it Works

  1. Fork this repository
  2. Fill out the empty data structure classes, and use ./gradlew test to see if the tests pass!

About

Exercises designed to help you better understand various abstract data types, and their implementations (concrete data structures)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages