Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fixes #127 #179

Open
wants to merge 3 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
77 changes: 71 additions & 6 deletions Solutions/challenge-calculator.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,76 @@

The Challenge: [Write your own Calculator](https://codingchallenges.fyi/challenges/challenge-calculator)

## Table of contents
* [Bash](#bash)
* [C](#c)
* [C Sharp](#c-sharp)
* [CPP](#cpp)
* [Go](#go)
* [Haskell](#haskell)
* [Java](#java)
* [JavaScript](#javascript)
* [Python](#python)
* [Ruby](#ruby)
* [Rust](#rust)
* [Scala](#scala)
* [TypeScript](#typescript)

The shared solutions:

| No. | Solution | Language | Author |
|-----|----------|----------|--------|
| 1 | [Write Your Own Calculator](https://github.com/jainmohit2001/coding-challenges/blob/master/src/7) | TypeScript | [jainmohit2001](https://github.com/jainmohit2001) |
| 2 | [rust-stack-calculator](https://github.com/ogzhanolguncu/rust-stack-calculator) | Rust | [ogzhanolguncu](https://github.com/ogzhanolguncu) |
| 3 | [Calcu-Llama](https://github.com/jengori/Calcu-Llama) | Python | [jengori](https://github.com/jengori) |
| 4 | [Write Your Own Calculator](https://github.com/dotslashbit/coding-challenges/tree/main/write_your_own_calculator) | Python | [dotslashbit](https://github.com/dotslashbit) |
## Bash
| Solution | Author |
|----------|--------|

## C
| Solution | Author |
|----------|--------|


## C Sharp
| Solution | Author |
|----------|--------|

## CPP
| Solution | Author |
|----------|--------|

## Go
| Solution | Author |
|----------|--------|

## Haskell
| Solution | Author |
|----------|--------|

## Java
| Solution | Author |
|----------|--------|

## JavaScript
| Solution | Author |
|----------|--------|

## Python
| Solution | Author |
|----------|--------|
| [Calcu-Llama](https://github.com/jengori/Calcu-Llama) | [jengori](https://github.com/jengori) |
| [Write Your Own Calculator](https://github.com/dotslashbit/coding-challenges/tree/main/write_your_own_calculator) | [dotslashbit](https://github.com/dotslashbit) |

## Ruby
| Solution | Author |
|----------|--------|

## Rust
| Solution | Author |
|----------|--------|
| [rust-stack-calculator](https://github.com/ogzhanolguncu/rust-stack-calculator) | [ogzhanolguncu](https://github.com/ogzhanolguncu) |

## Scala
| Solution | Author |
|----------|--------|

## TypeScript
| Solution | Author |
|----------|--------|
| [Write Your Own Calculator](https://github.com/jainmohit2001/coding-challenges/blob/master/src/7) | [jainmohit2001](https://github.com/jainmohit2001) |
75 changes: 70 additions & 5 deletions Solutions/challenge-cat.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,75 @@

The Challenge: [Write your own cat Tool](https://codingchallenges.fyi/challenges/challenge-cat)

## Table of contents
* [Bash](#bash)
* [C](#c)
* [C Sharp](#c-sharp)
* [CPP](#cpp)
* [Go](#go)
* [Haskell](#haskell)
* [Java](#java)
* [JavaScript](#javascript)
* [Python](#python)
* [Ruby](#ruby)
* [Rust](#rust)
* [Scala](#scala)
* [TypeScript](#typescript)

The shared solutions:

| No. | Solution | Language | Author |
|-----|----------|----------|--------|
| 1 | [Write Your Own cat Tool](https://github.com/jainmohit2001/coding-challenges/blob/master/src/15) | TypeScript | [jainmohit2001](https://github.com/jainmohit2001) |
| 2 | [Write Your Own cat Tool](https://github.com/sahasrara62/codingchallenges.fyi/tree/main/cat_tool) | Python | [sahasrara62](https://github.com/sahasrara62) |
| 3 | [Write Your Own cat Tool] (https://github.com/dethancosta/rat) | Rust | [dethancosta] (https://github.com/dethancosta) |
## Bash
| Solution | Author |
|----------|--------|

## C
| Solution | Author |
|----------|--------|


## C Sharp
| Solution | Author |
|----------|--------|

## CPP
| Solution | Author |
|----------|--------|

## Go
| Solution | Author |
|----------|--------|

## Haskell
| Solution | Author |
|----------|--------|

## Java
| Solution | Author |
|----------|--------|

## JavaScript
| Solution | Author |
|----------|--------|

## Python
| Solution | Author |
|----------|--------|
| [Write Your Own cat Tool](https://github.com/sahasrara62/codingchallenges.fyi/tree/main/cat_tool) | [sahasrara62](https://github.com/sahasrara62) |

## Ruby
| Solution | Author |
|----------|--------|

## Rust
| Solution | Author |
|----------|--------|
| [Write Your Own cat Tool] (https://github.com/dethancosta/rat) | [dethancosta] (https://github.com/dethancosta) |

## Scala
| Solution | Author |
|----------|--------|

## TypeScript
| Solution | Author |
|----------|--------|
| [Write Your Own cat Tool](https://github.com/jainmohit2001/coding-challenges/blob/master/src/15) | [jainmohit2001](https://github.com/jainmohit2001) |
72 changes: 69 additions & 3 deletions Solutions/challenge-crontab.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,74 @@

The Challenge: [Write your own CronTab Tool](https://codingchallenges.fyi/challenges/challenge-cron/)

## Table of contents
* [Bash](#bash)
* [C](#c)
* [C Sharp](#c-sharp)
* [CPP](#cpp)
* [Go](#go)
* [Haskell](#haskell)
* [Java](#java)
* [JavaScript](#javascript)
* [Python](#python)
* [Ruby](#ruby)
* [Rust](#rust)
* [Scala](#scala)
* [TypeScript](#typescript)

The shared solutions:

| No. | Solution | Language | Author |
|-----|----------|----------|--------|
| 1 | [Write your own CronTab Tool](https://github.com/Abhi3685/Coding-Challenges/tree/main/CronTab) | JavaScript (Node.js) | [Abhishek Bindra](https://github.com/Abhi3685) |
## Bash
| Solution | Author |
|----------|--------|

## C
| Solution | Author |
|----------|--------|


## C Sharp
| Solution | Author |
|----------|--------|

## CPP
| Solution | Author |
|----------|--------|

## Go
| Solution | Author |
|----------|--------|

## Haskell
| Solution | Author |
|----------|--------|

## Java
| Solution | Author |
|----------|--------|

## JavaScript
| Solution | Author |
|----------|--------|
| [Write your own CronTab Tool](https://github.com/Abhi3685/Coding-Challenges/tree/main/CronTab) | [Abhishek Bindra](https://github.com/Abhi3685) |

## Python
| Solution | Author |
|----------|--------|

## Ruby
| Solution | Author |
|----------|--------|

## Rust
| Solution | Author |
|----------|--------|


## Scala
| Solution | Author |
|----------|--------|

## TypeScript
| Solution | Author |
|----------|--------|
79 changes: 73 additions & 6 deletions Solutions/challenge-curl.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,78 @@

The Challenge: [Write your own Curl](https://codingchallenges.fyi/challenges/challenge-curl)

## Table of contents
* [Bash](#bash)
* [C](#c)
* [C Sharp](#c-sharp)
* [CPP](#cpp)
* [Go](#go)
* [Haskell](#haskell)
* [Java](#java)
* [JavaScript](#javascript)
* [Python](#python)
* [Ruby](#ruby)
* [Rust](#rust)
* [Scala](#scala)
* [TypeScript](#typescript)

The shared solutions:

| No. | Solution | Language | Author |
|-----|----------|----------|--------|
| 1 | [Write Your Own Curl](https://github.com/TESLA2402/gocccurl/tree/main) | Go | [TESLA2402](https://github.com/TESLA2402) |
| 2 | [Write Your Own Curl](https://github.com/michellcampos/pythoncccurl/tree/main) | Python | [michellcampos](https://github.com/michellcampos) |
| 3 | [Write Your Own Curl](https://github.com/agp745/CodingChallenges/tree/main/curl) | Go | [agp745](https://github.com/agp745)
| 4 | [Write Your Own Curl](https://github.com/Sidray-Infinity/DumbProjects/tree/master/Curl) | Python | [Sidray-Infinity](https://github.com/Sidray-Infinity)
## Bash
| Solution | Author |
|----------|--------|

## C
| Solution | Author |
|----------|--------|


## C Sharp
| Solution | Author |
|----------|--------|

## CPP
| Solution | Author |
|----------|--------|

## Go
| Solution | Author |
|----------|--------|
| [Write Your Own Curl](https://github.com/TESLA2402/gocccurl/tree/main) | [TESLA2402](https://github.com/TESLA2402) |
| [Write Your Own Curl](https://github.com/agp745/CodingChallenges/tree/main/curl) | [agp745](https://github.com/agp745) |

## Haskell
| Solution | Author |
|----------|--------|

## Java
| Solution | Author |
|----------|--------|

## JavaScript
| Solution | Author |
|----------|--------|


## Python
| Solution | Author |
|----------|--------|
| [Write Your Own Curl](https://github.com/michellcampos/pythoncccurl/tree/main) | [michellcampos](https://github.com/michellcampos) |
| [Write Your Own Curl](https://github.com/Sidray-Infinity/DumbProjects/tree/master/Curl) | Python | [Sidray-Infinity](https://github.com/Sidray-Infinity) |

## Ruby
| Solution | Author |
|----------|--------|

## Rust
| Solution | Author |
|----------|--------|


## Scala
| Solution | Author |
|----------|--------|

## TypeScript
| Solution | Author |
|----------|--------|
Loading