Releases: CSRT-NTUA/AlgoPlus
Releases · CSRT-NTUA/AlgoPlus
🎉🚀 **AlgoPlus 1.0.0 Released!** 🔥
🎉🚀 AlgoPlus 1.0.0 Released! 🔥
Welcome to AlgoPlus 1.0.0, where algorithms meet simplicity and power! This release packs essential data structures, algorithms, and machine learning tools, all in one place! 🔧🤖
📚 Core Data Structures:
AlgoPlus includes typical data structure classes such as:
- 🧩 Disjoint Set
- 🛤️ Graph
- 🗂️ Hash Table
- 🏗️ Heap
- 📋 Lists
- 📝 Queue
- 📦 Stack
- 🌳 Trees
Each of these classes supports visualization via Graphviz (.dot files), making it easier to understand and debug your data structures visually! 🎨🖼️
📈 A Collection of Useful Algorithms:
- 🧠 Dynamic Programming
- 🔢 Number Theory
- ⏳ Sorting
- 📝 String Manipulation
🤖 Machine Learning Made Simple:
Explore some basic yet powerful machine learning algorithms:
- 📊 Linear Regression
- 📈 Polynomial Regression
- 🔍 Clustering (DBSCAN, KMeans)
- 🕵️♂️ Search Algorithms (A*, Hill Climbing, Best First Search)
🖼️ Image Processing Algorithms:
Discover tools for image manipulation and enhancement:
- 🔄 Encoders
- 🎛️ Edge Detection
- 🧪 Filters
- 🔍 Point Detection
- ⚙️ Morphology
Let AlgoPlus take your algorithmic game to the next level! 🚀✨
View AlgoPlus here