This repository contains a collection of coding challenges and solutions from Coding Challenges by Substack. The challenges cover a range of topics and complexities, aimed at improving problem-solving skills and programming proficiency.
Each directory in this repository represents a different coding challenge or a set of challenges. The projects are primarily developed in Go and are structured to demonstrate various aspects of programming, algorithms, and data structures.
- CCWC (Code Challenges Word Counter): A CLI tool for counting lines, words, characters, and bytes in text files.
To get started with any project in this collection:
- Clone this repository.
- Navigate to the project's directory.
- Follow the specific instructions in the project's
README.md
for setup and usage.
All solutions and code snippets in this repository are open-sourced under the MIT License.