Skip to content

A collection of datastructures and algorithms implemented in Java

License

Notifications You must be signed in to change notification settings

kwyckmans/datastructures-algorithms

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Datastructures and algorithms

In this repository I implemented various datastructures and algorithms for personal practice. In reality I would (and so should you) absolutely use built-in versions of these.

This was performed as an exercise while applying to various companies. It was not my goal to produce production-level code, but rather freshen up my understanding of how various datastructures work combined with a bith of a refresher about Java. If their are things in this codebase that look weird, it's probably because I was experimenting with various things.

Datastructures

The datastructures implemented are:

  • LinkedList
  • Queue
  • Stack
  • Binary tree
  • HashMap

Integrations

Used this opportunity to test various github integrations:

Coverage Status Known Vulnerabilities Build Status

About

A collection of datastructures and algorithms implemented in Java

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages