Skip to content

walonCode/1001-ways-to-code

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

77 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

1001 Ways to Code

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.

Features:

  • Implementations of common algorithms and data structures
  • Examples of coding exercises and puzzles
  • Solutions in multiple programming languages
  • Easy to navigate folder structure

Installation:

No installation is required. Simply clone the repository and explore the code.

Usage:

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.

Technologies:

  • Go
  • JavaScript
  • Python
  • Rust
  • TypeScript
  • C

Configuration and Environment:

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.

Folder Structure:

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:

Go JavaScript Python Rust TypeScript C

Thank you for exploring 1001 Ways to Code!

About

A cross-language journey of 1001 coding solutions.

Topics

Resources

License

Stars

Watchers

Forks