An open API service indexing awesome lists of open source software.

https://github.com/cynamal/python-algorithm-excercise

Code solutions for interview tasks
https://github.com/cynamal/python-algorithm-excercise

algorithms python3

Last synced: 6 months ago
JSON representation

Code solutions for interview tasks

Awesome Lists containing this project

README

          

Code solutions for job interview tasks:
- find the longest path in Grot game,
- count letters in files,
- sum n prime numbers,
- find max path sum in triangle.

Link to each task is inside solution file.