coding-problems VS algorithms_illuminated

Compare coding-problems vs algorithms_illuminated and see what are their differences.

coding-problems

Solutions for various coding/algorithmic problems and many useful resources for learning algorithms and data structures (by MTrajK)

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 (by andrewdoss)
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
coding-problems algorithms_illuminated
- 1
3,233 7
- -
2.0 1.8
9 months ago over 3 years ago
Python Python
MIT License MIT License
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

coding-problems

Posts with mentions or reviews of coding-problems. We have used some of these posts to build our list of alternatives and similar projects.

We haven't tracked posts mentioning coding-problems yet.
Tracking mentions began in Dec 2020.

algorithms_illuminated

Posts with mentions or reviews of algorithms_illuminated. We have used some of these posts to build our list of alternatives and similar projects.
  • How useful is knowledge of data structures and algorithms and how to learn them best?
    1 project | /r/datascience | 5 Jun 2021
    I think it is important if you are building tools but less so for applying them. Most DS/DA tools abstract away all the implementation details where the type of knowledge from a typical DS&A course matters. For learning, I LOVE Tim Roughgarden's lectures and book series. For me, they hit a great balance between intuition and depth. His book only provides pseudo-code, but I've implemented all of the problems with test cases in Python if that would help (as have many others if you Google for it). https://github.com/andrewdoss/algorithms_illuminated

What are some alternatives?

When comparing coding-problems and algorithms_illuminated you can also consider the following projects:

the-littlest-jupyterhub - Simple JupyterHub distribution for 1-100 users on a single server

algoexpert-data-structures-algorithms - A collection of solutions for all problem statements on the AlgoExpert Coding Interview platform.

leetcode-anki - Anki cards generator for Leetcode

algorithms - Minimal examples of data structures and algorithms in Python

threeXYZgraphing - 3d xyz graphing using threejs

Basic-Algorithms - Basic algorithms and data structures written in different programming languages

libmaths - A Python library created to assist programmers with complex mathematical functions

leetcode-solutions - 🌳 Solutions for some of Leetcode coding problems sorted by topics

TheAlgorithms - All Algorithms implemented in Python

ecs154a-winter20 - Course files for ECS 154A in Winter Quarter 2020.

python-leetcode - python client for leetcode api