https://github.com/mauricioabreu/codingchallenges
My solutions for https://codingchallenges.fyi
https://github.com/mauricioabreu/codingchallenges
Last synced: about 1 month ago
JSON representation
My solutions for https://codingchallenges.fyi
- Host: GitHub
- URL: https://github.com/mauricioabreu/codingchallenges
- Owner: mauricioabreu
- License: apache-2.0
- Created: 2023-10-17T16:00:56.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-02-18T11:36:15.000Z (about 1 year ago)
- Last Synced: 2025-02-01T03:17:45.189Z (3 months ago)
- Language: Go
- Size: 1.47 MB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Coding Challenges
My solutions for https://codingchallenges.fyi
## Challenges
* wc tool: [Challenge](https://codingchallenges.fyi/challenges/challenge-wc) | [Solution](/ccwc/)
* JSON parser: [Challenge](https://codingchallenges.fyi/challenges/challenge-json-parser) | [Solution](/json_parser/)