Skip to content

toha993/Coding-Challenges

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Coding Challenges

This repository contains my solutions to the challenges from codingchallenges.fyi. Each subdirectory is a separate challenge implementation.

Challenges Completed

  1. wc tool - A clone of the Unix word count tool

  2. JSON Parser - A JSON parser implementation

    • Parses and validates JSON according to specification
    • Supports all JSON data types and nested structures
    • Original Challenge

Installation

Each challenge has its own installation instructions in its respective directory's README.

Structure

.
├── README.md
├── ccwc/
│   ├── README.md
│   ├── main.go
│   └── ...
├── json-parser/
│   ├── README.md
│   ├── main.go
│   └── ...
└── ...

Running the Projects

Navigate to any challenge directory and follow the README instructions for that specific challenge:

cd <challenge-directory>
# Follow challenge-specific README for build/run instructions

Technologies Used

  • Go
  • More will be added as challenges are completed

Contributing

Feel free to open issues or submit PRs if you spot any improvements.

License

MIT License

References

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages