Sven Woltmann

Results 5 repositories owned by Sven Woltmann

color-thief-java

226
Stars
42
Forks
Watchers

Grabs the dominant color or a representative color palette from an image. A very fast Java port of Lokesh Dhakar's JavaScript version.

pathfinding

31
Stars
23
Forks
Watchers

Source code for the HappyCoders.eu articles on pathfinding and shortest path algorithms (Dijkstra, A*, Bellman-Ford, Floyd-Warshall).

hexagonal-architecture-java

68
Stars
14
Forks
Watchers

This repository contains a sample Java REST application implemented according to hexagonal architecture.

binary-tree

32
Stars
22
Forks
Watchers

Source Code for HappyCoders.eu article series on tree data structures (binary tree, binary search tree, AVL tree, red-black tree).

sorting-algorithms-ultimate-guide

15
Stars
9
Forks
Watchers

Sorting algorithm source codes + ultimate test to compare the performance of all algorithms. For my HappyCoders.eu article.