Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
Sakhile-Msibi committed Jan 21, 2024
1 parent 92374c3 commit b56141e
Showing 1 changed file with 124 additions and 60 deletions.
184 changes: 124 additions & 60 deletions Solutions/challenge-wc.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,65 +2,129 @@

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

## 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 wc Tool](https://github.com/jainmohit2001/coding-challenges/tree/master/src/1) | TypeScript | [jainmohit2001](https://github.com/jainmohit2001/) |
| 2 | [wc](https://github.com/Ghurtchu/wc) | Scala | [Ghurtchu](https://github.com/Ghurtchu/wc) |
| 3 | [wc-tool](https://github.com/andrenbrandao/wc-tool) | Go | [andrenbrandao](https://github.com/andrenbrandao) |
| 4 | [wc-go](https://github.com/praveshdev3/wc-go) | Go | [praveshdev3](https://github.com/praveshdev3/) |
| 5 | [CCWC](https://github.com/sureshmangs/Build-Your-Own-X/tree/main/ccwc/C%2B%2B) | C++ | [sureshmangs](https://github.com/sureshmangs) |
| 6 | [Write Your Own wc Tool](https://github.com/sahasrara62/codingchallenges.fyi/tree/main/word_count) | Python | [sahasrara62](https://github.com/sahasrara62/) |
| 7 | [wc-tool](https://github.com/kanhayaKy/wc-tool) | Ruby | [kanhayaKy](https://github.com/kanhayaKy) |
| 8 | [ccwc](https://github.com/sujeetsawala/ccwc) | Go | [sujeetsawala](https://github.com/sujeetsawala) |
| 9 | [Write Your Own wc Tool](https://github.com/lolo8304/coding-challenge/tree/main/no-1) | Java | [lolo8304 ](https://github.com/lolo8304) |
| 10 | [cc1-unix_wc_tool](https://github.com/yildirimmurat/cc1-unix_wc_tool) | Java | [yildirimmurat](https://github.com/yildirimmurat) |
| 11 | [ccwc](https://github.com/alphaDia/ccwc) | Python | [alphaDia](https://github.com/alphaDia/) |
| 12 | [wc-tool](https://github.com/GauravGuptaDeveloper/Coding-Challenges/tree/wc-tool/wc-tool) | Java | [GauravGuptaDeveloper](https://github.com/GauravGuptaDeveloper) |
| 13 | [mywc](https://github.com/ebrahim-s-ebrahim/mywc) | C# | [ebrahim-s-ebrahim](https://github.com/ebrahim-s-ebrahim) |
| 14 | [cc-wc](https://github.com/yaralahruthik/cc-wc) | Go | [yaralahruthik](https://github.com/yaralahruthik) |
| 15 | [Write Your Own wc Tool](https://github.com/dotslashbit/coding-challenges/tree/main/write_your_own_wc_tool) | Python | [dotslashbit](https://github.com/dotslashbit) |
| 16 | [wc-tool](https://github.com/igaurab/cc/tree/main/wc-tool) | Python | [igaurab](https://github.com/igaurab) |
| 17 | [mccwc](https://github.com/shellmonk/mccwc) | C | [shellmonk](https://github.com/shellmonk) |
| 18 | [wc-tool](https://github.com/surajkewat/wc-tool) | Go | [surajkewat](https://github.com/surajkewat) |
| 19 | [ccwc](https://github.com/neutrinoks/CodingChallenge/tree/main/ccwc) | Rust | [neutrinoks](https://github.com/neutrinoks) |
| 20 | [ccwc](https://github.com/shakeib98/ccwc) | Go | [shakeib98](https://github.com/shakeib98) |
| 21 | [Word_Count](https://github.com/hlalljie/Word_Count) | Python | [hlalljie](https://github.com/hlalljie) |
| 22 | [my-wc.js](https://github.com/new-AF/my-wc.js) | JavaScript | [new-AF](https://github.com/new-AF) |
| 23 | [wc](https://github.com/akhmettolegen/wc) | Go | [akhmettolegen](https://github.com/akhmettolegen) |
| 24 | [wc](https://github.com/Perchinka/WC-coding-challenges) | Python | [Perchinka](https://github.com/Perchinka) |
| 25 | [wc](https://github.com/dethancosta/ccwc) | C | [dethancosta](https://github.com/dethancosta) |
| 26 | [ccwc_tool](https://github.com/marek-jakub/ccwc_tool) | Python | [marek-jakub](https://github.com/marek-jakub) |
| 26 | [ccwc-tool](https://github.com/faramarzaf/ccwc-tool) | Go | [Faramarz](https://github.com/faramarzaf) |
| 27 | [jsccwc-tool](https://github.com/pedrocarr/jsccwc-tool) | JavaScript | [pedrocarr](https://github.com/pedrocarr) |
| 28 | [ccwc](https://github.com/jkjarvis/John_crickett_coding_challenges/tree/main/challenge_1_wc) | Java | [jkjarvis](https://github.com/jkjarvis) |
| 29 | [wc](https://github.com/indierusty/wc) | Rust | [Priyanshu](https://github.com/indierusty) |
| 30 | [wc-tool](https://github.com/SurajpratapsinghSayar/wc-tool) | Python | [SurajpratapsinghSayar](https://github.com/SurajpratapsinghSayar) |
| 31 | [wc-tool](https://github.com/alfinwijaya/wc-tool) | Python | [alfinwijaya](https://github.com/alfinwijaya) |
| 32 | [WordCountPY](https://github.com/Kingcitaldo125/WordCountPY) | Python | [Kingcitaldo125](https://github.com/Kingcitaldo125) |
| 33 | [go-wc](https://github.com/Overflow404/go-wc) | Go | [Overflow404](https://github.com/Overflow404) |
| 34 | [cc-wc-tool](https://github.com/vamsaty/cc-wc-tool) | Go | [vamsaty](https://github.com/vamsaty) |
| 35 | [word-count](https://github.com/izebit/coding-challenges/tree/master/1-word-count) | Haskell | [Artem Konovalov](https://github.com/izebit) |
| 36 | [wc-tool](https://gitlab.com/coderanoopms/wc-tool) | Go | [Anoop MS](https://gitlab.com/coderanoopms) |
| 37 | [wc-go](https://github.com/carantes/wc-go) | Go | [Carantes](https://github.com/carantes) |
| 38 | [my-ccwc-tool](https://github.com/ahmed22362/weekly-coding-challenges/tree/main/01_Build_your_own_wc) | Typescript | [Ahmed-Makhlouf](https://github.com/ahmed22362) |
| 39 | [wc-tool](https://github.com/abhi11210646/wc-tool) | Go | [abhi11210646](https://github.com/abhi11210646) |
| 40 | [Kai's ccwc](https://github.com/CaiCanCode/ccwc) | C | [Michaiah J. Williams](https://github.com/CaiCanCode) |
| 41 | [go-wc](https://github.com/alefeans/go-wc) | Go | [alefeans](https://github.com/alefeans) |
| 42 | [wctool](https://github.com/vigneshm243/CodingChallenges/tree/main/wctool) | Go | [Vignesh Muthukumaran](https://github.com/vigneshm243)
| 43 | [ccwc](https://github.com/GolluAjay/codeChallenges/tree/main/write_your_own_wc_tool) | Bash | [GolluAjay](https://github.com/GolluAjay) |
| 44 | [ccwc](https://github.com/bawejahritik/cli---word-count-tool) | Python | [bawejahritik](https://github.com/bawejahritik) |
| 45 | [ccwc](https://github.com/elq81hc/coding-challenges/tree/master/wc_tool) | Go | [Quy le](https://github.com/elq81hc) |
| 46 | [ccwc](https://github.com/gpetrioli/coding-challenges/tree/main/challenge-1-wc-command) | JavaScript | [gpetrioli](https://github.com/gpetrioli) |
| 47 | [ccwc](https://github.com/The-Flash/ccwc) | Go | [The-Flash](https://github.com/The-Flash) |
| 48 | [ccwc](https://github.com/abhie16/wc-cmnd-clone) | JavaScript | [Abhishek Pandey](https://github.com/abhie16) |
| 49 | [wc_tool](https://github.com/WeebMogul/Coding-Challenges-solutions/tree/main/Challenge%201%20-%20wc%20tool) | Python | [weebmogul](https://github.com/WeebMogul) |
| 50 | [geniewc](https://github.com/arp99/Geniewc) | Javascript | [Arpan Mondal](https://github.com/arp99) |
| 51 | [wcTool](https://github.com/tlarnold10/coding-challenges/tree/main/wcTool) | Go | [Trevor Arnold](https://github.com/tlarnold10) |
| 52 | [ccwc_tool](https://github.com/nlazyan/coding-challenges/tree/main/01_ccwc_tool) | JacaScript | [nlazyan](https://github.com/nlazyan) |
| 53 | [wc_cli](https://github.com/arjunsharma-dev1/wc_cli) | Rust | [Arjun Sharma](https://github.com/arjunsharma-dev1) |
| 54 | [ccwc](https://github.com/SantiSite/ccwc) | Go | [SantiSite](https://github.com/SantiSite) |
| 55 | [ccwc](https://github.com/farmeroy/coding-challenges-rust/tree/master/ccww)| Rust | [Raffaele Cataldo](https://github.com/farmeroy) |
| 56 | [wc](https://github.com/codeghoul/coding-challenges/tree/main/01_wc) | Go | [Jayesh Patel](https://github.com/codeghoul) |
| 57 | [wc](https://github.com/akoskm/ccwc) | Go | [akoskm](https://github.com/akoskm) |
## Bash
| Solution | Author |
|----------|--------|
| [ccwc](https://github.com/GolluAjay/codeChallenges/tree/main/write_your_own_wc_tool) | [GolluAjay](https://github.com/GolluAjay) |

## C
| Solution | Author |
|----------|--------|
| [mccwc](https://github.com/shellmonk/mccwc) | [shellmonk](https://github.com/shellmonk) |
| [wc](https://github.com/dethancosta/ccwc) | [dethancosta](https://github.com/dethancosta) |
| [Kai's ccwc](https://github.com/CaiCanCode/ccwc) | [Michaiah J. Williams](https://github.com/CaiCanCode) |

## C Sharp
| Solution | Author |
|----------|--------|
| [mywc](https://github.com/ebrahim-s-ebrahim/mywc) | [ebrahim-s-ebrahim](https://github.com/ebrahim-s-ebrahim) |

## CPP
| Solution | Author |
|----------|--------|
| [CCWC](https://github.com/sureshmangs/Build-Your-Own-X/tree/main/ccwc/C%2B%2B) | [sureshmangs](https://github.com/sureshmangs) |

## Go
| Solution | Author |
|----------|--------|
| [wc-tool](https://github.com/andrenbrandao/wc-tool) | [andrenbrandao](https://github.com/andrenbrandao) |
| [wc-go](https://github.com/praveshdev3/wc-go) | [praveshdev3](https://github.com/praveshdev3/) |
| [ccwc](https://github.com/sujeetsawala/ccwc) | [sujeetsawala](https://github.com/sujeetsawala) |
| [cc-wc](https://github.com/yaralahruthik/cc-wc) | [yaralahruthik](https://github.com/yaralahruthik) |
| [wc-tool](https://github.com/surajkewat/wc-tool) | [surajkewat](https://github.com/surajkewat) |
| [ccwc](https://github.com/shakeib98/ccwc) | [shakeib98](https://github.com/shakeib98) |
| [wc](https://github.com/akhmettolegen/wc) | [akhmettolegen](https://github.com/akhmettolegen) |
| [ccwc-tool](https://github.com/faramarzaf/ccwc-tool) | [Faramarz](https://github.com/faramarzaf) |
| [go-wc](https://github.com/Overflow404/go-wc) | [Overflow404](https://github.com/Overflow404) |
| [cc-wc-tool](https://github.com/vamsaty/cc-wc-tool) | [vamsaty](https://github.com/vamsaty) |
| [wc-tool](https://gitlab.com/coderanoopms/wc-tool) | [Anoop MS](https://gitlab.com/coderanoopms) |
| [wc-go](https://github.com/carantes/wc-go) | [Carantes](https://github.com/carantes) |
| [wc-tool](https://github.com/abhi11210646/wc-tool) | [abhi11210646](https://github.com/abhi11210646) |
| [go-wc](https://github.com/alefeans/go-wc) | [alefeans](https://github.com/alefeans) |
| [wctool](https://github.com/vigneshm243/CodingChallenges/tree/main/wctool) | [Vignesh Muthukumaran](https://github.com/vigneshm243) |
| [ccwc](https://github.com/elq81hc/coding-challenges/tree/master/wc_tool) | [Quy le](https://github.com/elq81hc) |
| [ccwc](https://github.com/The-Flash/ccwc) | [The-Flash](https://github.com/The-Flash) |
| [wcTool](https://github.com/tlarnold10/coding-challenges/tree/main/wcTool) | [Trevor Arnold](https://github.com/tlarnold10) |
| [ccwc](https://github.com/SantiSite/ccwc) | [SantiSite](https://github.com/SantiSite) |
| [wc](https://github.com/codeghoul/coding-challenges/tree/main/01_wc) | [Jayesh Patel](https://github.com/codeghoul) |
| [wc](https://github.com/akoskm/ccwc) | [akoskm](https://github.com/akoskm) |

## Haskell
| Solution | Author |
|----------|--------|
| [word-count](https://github.com/izebit/coding-challenges/tree/master/1-word-count) | [Artem Konovalov](https://github.com/izebit) |

## Java
| Solution | Author |
|----------|--------|
| [Write Your Own wc Tool](https://github.com/lolo8304/coding-challenge/tree/main/no-1) | [lolo8304 ](https://github.com/lolo8304) |
| [cc1-unix_wc_tool](https://github.com/yildirimmurat/cc1-unix_wc_tool) | [yildirimmurat](https://github.com/yildirimmurat) |
| [wc-tool](https://github.com/GauravGuptaDeveloper/Coding-Challenges/tree/wc-tool/wc-tool) | [GauravGuptaDeveloper](https://github.com/GauravGuptaDeveloper) |
| [ccwc](https://github.com/jkjarvis/John_crickett_coding_challenges/tree/main/challenge_1_wc) | [jkjarvis](https://github.com/jkjarvis) |

## JavaScript
| Solution | Author |
|----------|--------|
| [my-wc.js](https://github.com/new-AF/my-wc.js) | [new-AF](https://github.com/new-AF) |
| [jsccwc-tool](https://github.com/pedrocarr/jsccwc-tool) | [pedrocarr](https://github.com/pedrocarr) |
| [ccwc](https://github.com/gpetrioli/coding-challenges/tree/main/challenge-1-wc-command) | [gpetrioli](https://github.com/gpetrioli) |
| [ccwc](https://github.com/abhie16/wc-cmnd-clone) | [Abhishek Pandey](https://github.com/abhie16) |
| [geniewc](https://github.com/arp99/Geniewc) | [Arpan Mondal](https://github.com/arp99) |
| [ccwc_tool](https://github.com/nlazyan/coding-challenges/tree/main/01_ccwc_tool) | [nlazyan](https://github.com/nlazyan) |

## Python
| Solution | Author |
|----------|--------|
| [Write Your Own wc Tool](https://github.com/sahasrara62/codingchallenges.fyi/tree/main/word_count) | [sahasrara62](https://github.com/sahasrara62/) |
| [ccwc](https://github.com/alphaDia/ccwc) | [alphaDia](https://github.com/alphaDia/) |
| [Write Your Own wc Tool](https://github.com/dotslashbit/coding-challenges/tree/main/write_your_own_wc_tool) | [dotslashbit](https://github.com/dotslashbit) |
| [wc-tool](https://github.com/igaurab/cc/tree/main/wc-tool) | [igaurab](https://github.com/igaurab) |
| [Word_Count](https://github.com/hlalljie/Word_Count) | [hlalljie](https://github.com/hlalljie) |
| [wc](https://github.com/Perchinka/WC-coding-challenges) | [Perchinka](https://github.com/Perchinka) |
| [ccwc_tool](https://github.com/marek-jakub/ccwc_tool) | [marek-jakub](https://github.com/marek-jakub) |
| [wc-tool](https://github.com/SurajpratapsinghSayar/wc-tool) | [SurajpratapsinghSayar](https://github.com/SurajpratapsinghSayar) |
| [wc-tool](https://github.com/alfinwijaya/wc-tool) | [alfinwijaya](https://github.com/alfinwijaya) |
| [WordCountPY](https://github.com/Kingcitaldo125/WordCountPY) | [Kingcitaldo125](https://github.com/Kingcitaldo125) |
| [ccwc](https://github.com/bawejahritik/cli---word-count-tool) | [bawejahritik](https://github.com/bawejahritik) |
| [wc_tool](https://github.com/WeebMogul/Coding-Challenges-solutions/tree/main/Challenge%201%20-%20wc%20tool) | [weebmogul](https://github.com/WeebMogul) |

## Ruby
| Solution | Author |
|----------|--------|
| [wc-tool](https://github.com/kanhayaKy/wc-tool) | [kanhayaKy](https://github.com/kanhayaKy) |

## Rust
| Solution | Author |
|----------|--------|
| [ccwc](https://github.com/neutrinoks/CodingChallenge/tree/main/ccwc) | [neutrinoks](https://github.com/neutrinoks) |
| [wc](https://github.com/indierusty/wc) | [Priyanshu](https://github.com/indierusty) |
| [wc_cli](https://github.com/arjunsharma-dev1/wc_cli) | [Arjun Sharma](https://github.com/arjunsharma-dev1) |
| [ccwc](https://github.com/farmeroy/coding-challenges-rust/tree/master/ccww) | [Raffaele Cataldo](https://github.com/farmeroy) |

## Scala
| Solution | Author |
|----------|--------|
| [wc](https://github.com/Ghurtchu/wc) | [Ghurtchu](https://github.com/Ghurtchu/wc) |

## TypeScript
| Solution | Author |
|----------|--------|
| [Write Your Own wc Tool](https://github.com/jainmohit2001/coding-challenges/tree/master/src/1) | [jainmohit2001](https://github.com/jainmohit2001/) |
| [my-ccwc-tool](https://github.com/ahmed22362/weekly-coding-challenges/tree/main/01_Build_your_own_wc) | [Ahmed-Makhlouf](https://github.com/ahmed22362) |

0 comments on commit b56141e

Please sign in to comment.