Skip to content

EdwardDunn/datastructures-examples

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Set of Java datastructures examples

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages