zfrgt / algostructure

Tasks regarding algorithms, data structures, unit testing and concurrency.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

algostructure

Tasks regarding algorithms, data structures, unit testing and concurrency.

datastructures

This module contains benchmarking of usage examples of the following data structures:

  • ArrayList
  • LinkedList

algorithms

This module contains implementations of sorting and searching algorithms.

Sorting algorithms include:

  • QuickSort
  • Mergesort

Searching algorithms include:

  • Depth First Search (DFS)
  • Breadth First Search (BFS)
  • Dijkstra algorithm

About

Tasks regarding algorithms, data structures, unit testing and concurrency.

License:GNU General Public License v3.0


Languages

Language:Java 100.0%