Description: This project is a collection of coding exercises and examples implemented in multiple programming languages, including Go, JavaScript, Python, Rust, and TypeScript. The project aims to provide a comprehensive repository of coding solutions for various problems, making it easier for developers to learn and compare different approaches to programming.
- Implementations of common algorithms and data structures
- Examples of coding exercises and puzzles
- Solutions in multiple programming languages
- Easy to navigate folder structure
No installation is required. Simply clone the repository and explore the code.
Browse through the folders and files to find the language and exercise you're interested in. Each file contains a self-contained implementation of a specific problem or algorithm.
- Go
- JavaScript
- Python
- Rust
- TypeScript
- C
No specific configuration or environment is required to run the code. The project is designed to be language-agnostic, and each folder contains its own set of files and dependencies.
1001-ways-to-code/
├── README.md
├── go/
│ ├── fizzbuzz.go
├── javascript/
│ ├── bank
│ │ ├── bank.js
│ │ ├── input.js
│ │ └── package.json
│ └── fizzbuzz
│ ├── fizzbuzz.js
│ └── package.json
├── python
│ ├── addDigit.py
│ ├── armstrong.py
│ ├── average.py
│ ├── ...
├── rust/
└── typescript/
└── c/
Author: @walonCode
Contribution Instructions: If you'd like to contribute to the project, please fork the repository and create a pull request with your changes. Please ensure that your code follows the same folder structure and naming conventions as the existing code.
Language Icons: