https://github.com/mooncos/algorithm-practice
Solutions to Algorithm Problem Solving exercises in Hackerrank and TopCoder
https://github.com/mooncos/algorithm-practice
Last synced: 28 days ago
JSON representation
Solutions to Algorithm Problem Solving exercises in Hackerrank and TopCoder
- Host: GitHub
- URL: https://github.com/mooncos/algorithm-practice
- Owner: mooncos
- License: mit
- Created: 2019-02-24T13:18:54.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-02-24T14:55:30.000Z (over 6 years ago)
- Last Synced: 2025-05-04T21:16:45.033Z (28 days ago)
- Language: Go
- Size: 1.04 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Algorithm Practice
This repository contains the statements and my solutions to Algorithm Problem Solving exercises from Hackerrank and TopCoder.
The structure of this repository is as follows:
```
algo/
n-problemname/ # problem number and name
problemname.pdf # problem statement
problemname.go # solution in golang or other language
...
```
## Contributing
Contributions are accepted for alternative/improved solutions to the problems but they sould never modify my original proposed solution, that is, it should be commited as an extra file with filename of the form `problemname-{username}.*` in the same directory of the problem to be solved, in any language. `{username}` can be your username or any other text that abides by common sense and respect rules.## License
This repository is MIT licensed.