Source code for the HappyCoders.eu articles on pathfinding and shortest path algorithms (Dijkstra, A*, Bellman-Ford, Floyd-Warshall).
☆39Updated this week
Alternatives and similar repositories for pathfinding
Users that are interested in pathfinding are comparing it to the libraries listed below
Sorting:
- Code examples demonstrating the complexity classes O(1), O(log n), O(n), O(n log n), O(n²).☆15Nov 15, 2024Updated last year
- Sorting algorithm source codes + ultimate test to compare the performance of all algorithms. For my HappyCoders.eu article.☆25Updated this week
- ACTUALLY simple 3rd person player controller for Godot 4.2 that has no jump or sprint or anything, only camera and player movement.☆11Aug 5, 2025Updated 6 months ago
- Animations made by python☆10Jun 19, 2020Updated 5 years ago
- 研究生课程,包含讲义、数据、代码等学习资料☆14Dec 4, 2018Updated 7 years ago
- Intro to probability book☆39Aug 14, 2020Updated 5 years ago
- pygame top down shooter☆13Nov 3, 2022Updated 3 years ago
- ⛅ An API system to retrieve playlist suggestions (Spotify API) based on weather (OpenWeather API) using a clean architecture with Spring …☆10Aug 26, 2024Updated last year
- For cool drawings using fourier series☆11Mar 4, 2023Updated 2 years ago
- The source code of the book "Java Concurrency in Practice (Brian Goetz)".☆16Sep 25, 2020Updated 5 years ago
- Demo code showing how to use Java's StructuredTaskScope☆12Dec 10, 2025Updated 2 months ago