Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 505 Bytes

readme.md

File metadata and controls

9 lines (7 loc) · 505 Bytes

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!