loading...
We're a place where coders share, stay up-to-date and grow their careers.
Explaining Data Structures and Algorithms problems in a way everyone can understand, in python. Updates every other Monday. All solutions here: https://github.com/erik-hei/whiteboarding-with-erik
Full Stack Web Developer at General Assembly
Recent comments
Merge Sort: When You're Too Much of a Nerd to Use .sort()
Thank you!
What are Linked Lists and How Do I Make One in Python?
I'm trying to imagine what this looks like implemented:
What are Linked Lists and How Do I Make One in Python?
I also was unaware how list is implemented in Python. So we b...
What are Linked Lists and How Do I Make One in Python?
This is a great question. There are some advantages to using ...
That Really Tricky "isPandigital" Problem– but in Python
You're right! I just added this solution to the Github; it lo...