Skip to content

Latest commit

 

History

History
23 lines (18 loc) · 518 Bytes

File metadata and controls

23 lines (18 loc) · 518 Bytes

Data Structures Examples

This project is designed to show CS students the implementation of some of the most common data structures and search algorithms.

Current Examples

  • Bubble Sort
  • Quick Sort
  • Singly Linked List
  • Stack
  • Queue

Installation

  • Maven

Tests Naming Convention

  • MethodName_StateUnderTest_ExpectedBehavior
  • Example - isAdult_AgeLessThan18_False

Resources used

License

MIT