Algorithms Alternatives
Similar projects and alternatives to algorithms
-
-
searxng
SearXNG is a free internet metasearch engine which aggregates results from various search services and databases. Users are neither tracked nor profiled.
-
InfluxDB
Collect and Analyze Billions of Data Points in Real Time. Manage all types of time series data in a single, purpose-built database. Run at any scale in any environment in the cloud, on-premises, or at the edge.
-
algorithms_illuminated
Python implementations and tests for the Algorithms Illuminated book series. Some test cases from the following repository: https://github.com/beaunus/stanford-algs
-
-
-
-
java-algorithms-implementation
Algorithms and Data Structures implemented in Java
-
Onboard AI
Learn any GitHub repo in 59 seconds. Onboard AI learns any GitHub repo in minutes and lets you chat with it to locate functionality, understand different parts, and generate new code. Use it for free at www.getonboard.dev.
-
-
more-itertools
More routines for operating on iterables, beyond itertools
-
awesome-python
A curated list of awesome Python frameworks, libraries, software and resources
-
-
-
Nim
Nim is a statically typed compiled systems programming language. It combines successful concepts from mature languages like Python, Ada and Modula. Its design focuses on efficiency, expressiveness, and elegance (in that order of priority).
-
alive-progress
A new kind of Progress Bar, with real-time throughput, ETA, and very cool animations!
-
-
panel
Panel: The powerful data exploration & web app framework for Python (by holoviz)
-
best-of-python
🏆 A ranked list of awesome Python open-source libraries and tools. Updated weekly.
-
-
filprofiler
A Python memory profiler for data processing and scientific computing applications
-
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
algorithms reviews and mentions
-
algorithms VS CXXGraph - a user suggested alternative
2 projects | 28 Feb 2022
-
I am a proficient Python coder whose learning has plateaued. Any really useful libraries I should look into learning? Taking recommendations.
Here are some that might answer your question: - algorithms is a library which contains many of the most useful algorithms for sorting, searching, working with trees, math algorithms like factorials, prime finders and many more - data classes to save you the trouble of writing everytime special methods in a class like init, repr, set, get - box allows the use of dot on dictionaries to access the keys - more-itertools for more routines to operate on iterables than those itertools provide.
Stats
keon/algorithms is an open source project licensed under MIT License which is an OSI approved license.
The primary programming language of algorithms is Python.