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
- Host: GitHub
- URL: https://github.com/cynamal/python-algorithm-excercise
- Owner: Cynamal
- Created: 2018-08-21T21:38:38.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-09-02T21:29:44.000Z (almost 8 years ago)
- Last Synced: 2024-12-29T14:37:28.753Z (over 1 year ago)
- Topics: algorithms, python3
- Language: Python
- Homepage:
- Size: 8.79 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.