DEV Community

I made a GitHub repo for data structures and algorithms in Python to help in interview prep

Prabhu Pant on October 09, 2019

Visit the repo here - https://github.com/prabhupant/python-ds I have been using open source software in my daily life for over 2 years now. The op...
Collapse
 
theodesp profile image
Theofanis Despoudis

I have made several myself:
github.com/theodesp/go-leetcode
github.com/theodesp/go-hackerearth
github.com/theodesp/leetcode-scala
github.com/theodesp/go-hackerrank

Maybe I can port some of the questions in python to get points for Hacktoberfest 😃

Collapse
 
negue profile image
negue

Are there any websites that list multiple data structures / algorithms in multiple languages as a comparison?

If not... we should make one! :)

Collapse
 
prabhupant profile image
Prabhu Pant

That looks great! Sure, go ahead. Contributions are always welcomed :)

Collapse
 
ucalyptus profile image
Sayantan Das