From 590e6cdd03797dcdab10e4f63f83eaa83eb32f78 Mon Sep 17 00:00:00 2001 From: Nicolas Date: Fri, 2 Jan 2026 13:33:56 +0000 Subject: [PATCH] Shared solutions for WC and JSON parser challenges. --- Solutions/challenge-json-parser.md | 105 +++++------ Solutions/challenge-wc.md | 291 +++++++++++++++-------------- 2 files changed, 199 insertions(+), 197 deletions(-) diff --git a/Solutions/challenge-json-parser.md b/Solutions/challenge-json-parser.md index c4d3c2f..8029766 100644 --- a/Solutions/challenge-json-parser.md +++ b/Solutions/challenge-json-parser.md @@ -4,56 +4,57 @@ The Challenge: [Write your own JSON Parser](https://codingchallenges.fyi/challen The shared solutions: -| No. | Solution | Language | Author | -|-----|----------|----------|--------| -| 1 | [Write your own JSON parser](https://github.com/jainmohit2001/coding-challenges/blob/master/src/2) | TypeScript | [jainmohit2001](https://github.com/jainmohit2001) | -| 2 | [json-parser-ts](https://github.com/ogzhanolguncu/json-parser-ts) | TypeScript | [ogzhanolguncu](https://github.com/ogzhanolguncu) | -| 3 | [Write your own JSON Parser](https://github.com/lolo8304/coding-challenge/tree/main/no-2) | Java | [lolo8304 ](https://github.com/lolo8304) | -| 4 | [JSON Parser](https://github.com/sureshmangs/Build-Your-Own-X/tree/main/JSON-Parser/C%2B%2B) | C++ | [sureshmangs](https://github.com/sureshmangs) | -| 5 | [myJsonParser](https://github.com/ebrahim-s-ebrahim/myJsonParser) | C# | [ebrahim-s-ebrahim](https://github.com/ebrahim-s-ebrahim) | -| 6 | [json_parser](https://github.com/jengori/json_parser) | Python | [jengori](https://github.com/jengori) | -| 7 | [json-parser](https://github.com/neutrinoks/CodingChallenge/tree/main/json-parser) | Rust | [neutrinoks](https://github.com/neutrinoks) | -| 8 | [JSON-parser](https://github.com/Ramzi-Abidi/JSON-parser) | JavaScript | [Ramzi-Abidi](https://github.com/Ramzi-Abidi) | -| 9 | [json-parser](https://github.com/dhruvSHA256/json-parser) | Haskell | [dhruvSHA256](https://github.com/dhruvSHA256) | -| 10 | [json-parser](https://github.com/Perchinka/ownJSON) | Rust | [Perchinka](https://github.com/Perchinka/) | -| 11 | [json-parser](https://github.com/alfinwijaya/json-parser) | Python | [alfinwijaya](https://github.com/alfinwijaya) | -| 12 | [json-parser](https://github.com/indierusty/json-parser) | Rust | [indierusty](https://github.com/indierusty) | -| 13 | [jsonparsergo](https://github.com/oyekanmiayo/jsonparsego) | Go | [oyekanmiayo](https://github.com/oyekanmiayo) | -| 14 | [ccjson](https://github.com/epps/ccjson) | Go | [epps](https://github.com/epps) | -| 15 | [json-parser](https://gitlab.com/bzai-public/codingchallenge-json-parser) | Scala | [binghao](https://gitlab.com/bzai-public) | -| 16 | [JSONParser](https://github.com/VibhinnS/JSONParser.git) | Python | [VibhinnS](https://github.com/VibhinnS) | -| 17 | [json-parser](https://github.com/izebit/coding-challenges/tree/master/2-json-parser) | Haskell | [Artem Konovalov](https://github.com/izebit) | -| 18 | [JSON Parser](https://github.com/eliasm307/coding-challenges/tree/main/packages/json-parser) | Typescript | [eliasm307](https://github.com/eliasm307) | -| 18 | [JSON Parser](https://github.com/Ramzi-Abidi/JSON-parser) | Javascript | [Ramzi Abidi](https://github.com/Ramzi-Abidi) | -| 19 | [json-parser](https://github.com/Tevinthuku/coding_challenges_fyi/tree/main/json-parser) | Rust | [Tevin Thuku](https://github.com/Tevinthuku) | +| No. | Solution | Language | Author | +|-----|----------|----------|--------------------------------------------------------------------------------------| +| 1 | [Write your own JSON parser](https://github.com/jainmohit2001/coding-challenges/blob/master/src/2) | TypeScript | [jainmohit2001](https://github.com/jainmohit2001) | +| 2 | [json-parser-ts](https://github.com/ogzhanolguncu/json-parser-ts) | TypeScript | [ogzhanolguncu](https://github.com/ogzhanolguncu) | +| 3 | [Write your own JSON Parser](https://github.com/lolo8304/coding-challenge/tree/main/no-2) | Java | [lolo8304 ](https://github.com/lolo8304) | +| 4 | [JSON Parser](https://github.com/sureshmangs/Build-Your-Own-X/tree/main/JSON-Parser/C%2B%2B) | C++ | [sureshmangs](https://github.com/sureshmangs) | +| 5 | [myJsonParser](https://github.com/ebrahim-s-ebrahim/myJsonParser) | C# | [ebrahim-s-ebrahim](https://github.com/ebrahim-s-ebrahim) | +| 6 | [json_parser](https://github.com/jengori/json_parser) | Python | [jengori](https://github.com/jengori) | +| 7 | [json-parser](https://github.com/neutrinoks/CodingChallenge/tree/main/json-parser) | Rust | [neutrinoks](https://github.com/neutrinoks) | +| 8 | [JSON-parser](https://github.com/Ramzi-Abidi/JSON-parser) | JavaScript | [Ramzi-Abidi](https://github.com/Ramzi-Abidi) | +| 9 | [json-parser](https://github.com/dhruvSHA256/json-parser) | Haskell | [dhruvSHA256](https://github.com/dhruvSHA256) | +| 10 | [json-parser](https://github.com/Perchinka/ownJSON) | Rust | [Perchinka](https://github.com/Perchinka/) | +| 11 | [json-parser](https://github.com/alfinwijaya/json-parser) | Python | [alfinwijaya](https://github.com/alfinwijaya) | +| 12 | [json-parser](https://github.com/indierusty/json-parser) | Rust | [indierusty](https://github.com/indierusty) | +| 13 | [jsonparsergo](https://github.com/oyekanmiayo/jsonparsego) | Go | [oyekanmiayo](https://github.com/oyekanmiayo) | +| 14 | [ccjson](https://github.com/epps/ccjson) | Go | [epps](https://github.com/epps) | +| 15 | [json-parser](https://gitlab.com/bzai-public/codingchallenge-json-parser) | Scala | [binghao](https://gitlab.com/bzai-public) | +| 16 | [JSONParser](https://github.com/VibhinnS/JSONParser.git) | Python | [VibhinnS](https://github.com/VibhinnS) | +| 17 | [json-parser](https://github.com/izebit/coding-challenges/tree/master/2-json-parser) | Haskell | [Artem Konovalov](https://github.com/izebit) | +| 18 | [JSON Parser](https://github.com/eliasm307/coding-challenges/tree/main/packages/json-parser) | Typescript | [eliasm307](https://github.com/eliasm307) | +| 18 | [JSON Parser](https://github.com/Ramzi-Abidi/JSON-parser) | Javascript | [Ramzi Abidi](https://github.com/Ramzi-Abidi) | +| 19 | [json-parser](https://github.com/Tevinthuku/coding_challenges_fyi/tree/main/json-parser) | Rust | [Tevin Thuku](https://github.com/Tevinthuku) | | 20 | [rjsonp](https://github.com/shellmonk/rjsonp) | Raku | [ShellMonk](https://shellmonk.io/posts/monk-coding-challenge-2-json-parser-in-raku/) | -| 21 | [json-parser](https://github.com/sanjanarjn/json-parser) | Java | [Sanjana Rajan](https://github.com/sanjanarjn) | -| 22 | [json-parser](https://github.com/lwcarani/json-parser) | Python | [Luke Carani](https://github.com/lwcarani) | -| 23 | [json-parser](https://github.com/pasDamola/json-parser) | Go | [oyindamola](https://github.com/pasDamola) | -| 24 | [json-parser](https://github.com/p1kalys/Coding_Challenges_by_John_Crickett/tree/main/json_parser) | JavaScript | [Pavan Emani](https://github.com/p1kalys/) | -| 25 | [json_parser_clone](https://github.com/arjunsharma-dev1/json_parser_clone) | Rust | [Arjun Sharma](https://github.com/arjunsharma-dev1) | -| 26 | [JSON Parser](https://github.com/ahmedsameha1/ccjsonparser) | Go | [Ahmed Sameh](https://github.com/ahmedsameha1) | -| 27 | [json-parser](https://github.com/ArunEA/CodingChallengesSolution/tree/master/2-JSONParser) | Swift | [Arun Eswaramurthi](https://github.com/ArunEA) | -| 28 | [json_parser](https://github.com/lwcarani/json-parser/tree/main/ocaml/json_parser) | OCaml | [Luke Carani](https://github.com/lwcarani) | -| 29 | [Json Parser](https://github.com/kareemmahlees/coding_challenges_solutions/blob/master/json-parser/README.md) | Rust | [Kareem Ebrahim](https://github.com/kareemmahlees) | -| 30 | [JSON Validator](https://github.com/hlalljie/json-validator-python) | Python | [Hayden Lalljie](https://github.com/hlalljie) | -| 31 | [json_parser](https://github.com/Re1nGer/json_parser) | Go | [Bekjon Ibragimov](https://github.com/re1nger) | -| 32 | [json-parser](https://github.com/melsonic/json-parser) | Go | [melsonic](https://github.com/melsonic) | -| 33 | [json-parser](https://github.com/Infinage/cpp-experiments/tree/main/json-parser) | C++ | [Naresh Jagadeesn](https://github.com/Infinage) | -| 34 | [json-parser](https://github.com/rdotjain/json-parser) | Go | [rdotjain](https://github.com/rdotjain) | -| 35 | [json-parser](https://github.com/ferranjr/build-your-own-in-rust/tree/main/json-parser) | Rust | [ferranjr](https://github.com/ferranjr/) | -| 36 | [json-parser](https://github.com/piter0/json-parser) | C# | [piter0](https://github.com/piter0) | -| 37 | [JSON-VERIFIER](https://github.com/viralcodex/json-verifier-cli/) | C# | [Aviral Shukla](https://github.com/viralcodex) | -| 38 | [json-parser](https://github.com/yildirimmurat/Json-parser) | Rust | [yildirimmurat](https://github.com/yildirimmurat) | -| 39 | [JSON Validator](https://gitlab.com/Tom-Bichard/cricket_coding_challenges/-/tree/main/Challenge_0002) | Python | [Tom-Bichard](https://gitlab.com/Tom-Bichard) | -| 40 | [json-parser](https://github.com/Mostafa95/JsonParser) | Python | [Mostafa](https://github.com/Mostafa95) | -| 41 | [json-parser](https://github.com/ozedd-ee/json-parser) | Go | [ozedd-ee](https://github.com/ozedd-ee) | -| 42 | [jsonParser](https://github.com/apih99/jsonParser) | Python | [apih99](https://github.com/apih99) | -| 43 | [jsonParser](https://github.com/isaiicatmat/JSONParser) | JavaScript | [isaiicatmat](https://github.com/isaiicatmat) | -| 44 | [jsonParser](https://github.com/MohitSinghal2811/lld/tree/master/jsonParser) | Java | [Mohit Singhal](https://github.com/MohitSinghal2811) -| 45 | [KJsonParser](https://github.com/kiner-shah/MySolutionsToCodingChallenges/tree/main/json-parser) | C++ | [Kiner Shah](https://github.com/kiner-shah) | -| 46 | [JSON-RDParser](https://github.com/brickster241/JSON-Lexer-Parser-From-Scratch) | Python | [Ashish Verma](https://github.com/brickster241) | -| 47 | [my-jp](https://github.com/amrsaqr/my-jp) | C++ | [Amr Saqr](https://github.com/amrsaqr) | -| 48 | [json_parser](https://github.com/assaidy/json_parser) | ODIN | [Ahmad Assaidy](https://github.com/assaidy) | -| 49 | [jpTool](https://github.com/lizardkingLK/coding-challenges/tree/main/jpTool) | C# | [lizardkingLK](https://github.com/lizardkingLK) | -| 50 | [json-parser-in-php](https://github.com/DanielHemmati/json-parser-in-php) | php | [Daniel Hemmati](https://github.com/DanielHemmati) | +| 21 | [json-parser](https://github.com/sanjanarjn/json-parser) | Java | [Sanjana Rajan](https://github.com/sanjanarjn) | +| 22 | [json-parser](https://github.com/lwcarani/json-parser) | Python | [Luke Carani](https://github.com/lwcarani) | +| 23 | [json-parser](https://github.com/pasDamola/json-parser) | Go | [oyindamola](https://github.com/pasDamola) | +| 24 | [json-parser](https://github.com/p1kalys/Coding_Challenges_by_John_Crickett/tree/main/json_parser) | JavaScript | [Pavan Emani](https://github.com/p1kalys/) | +| 25 | [json_parser_clone](https://github.com/arjunsharma-dev1/json_parser_clone) | Rust | [Arjun Sharma](https://github.com/arjunsharma-dev1) | +| 26 | [JSON Parser](https://github.com/ahmedsameha1/ccjsonparser) | Go | [Ahmed Sameh](https://github.com/ahmedsameha1) | +| 27 | [json-parser](https://github.com/ArunEA/CodingChallengesSolution/tree/master/2-JSONParser) | Swift | [Arun Eswaramurthi](https://github.com/ArunEA) | +| 28 | [json_parser](https://github.com/lwcarani/json-parser/tree/main/ocaml/json_parser) | OCaml | [Luke Carani](https://github.com/lwcarani) | +| 29 | [Json Parser](https://github.com/kareemmahlees/coding_challenges_solutions/blob/master/json-parser/README.md) | Rust | [Kareem Ebrahim](https://github.com/kareemmahlees) | +| 30 | [JSON Validator](https://github.com/hlalljie/json-validator-python) | Python | [Hayden Lalljie](https://github.com/hlalljie) | +| 31 | [json_parser](https://github.com/Re1nGer/json_parser) | Go | [Bekjon Ibragimov](https://github.com/re1nger) | +| 32 | [json-parser](https://github.com/melsonic/json-parser) | Go | [melsonic](https://github.com/melsonic) | +| 33 | [json-parser](https://github.com/Infinage/cpp-experiments/tree/main/json-parser) | C++ | [Naresh Jagadeesn](https://github.com/Infinage) | +| 34 | [json-parser](https://github.com/rdotjain/json-parser) | Go | [rdotjain](https://github.com/rdotjain) | +| 35 | [json-parser](https://github.com/ferranjr/build-your-own-in-rust/tree/main/json-parser) | Rust | [ferranjr](https://github.com/ferranjr/) | +| 36 | [json-parser](https://github.com/piter0/json-parser) | C# | [piter0](https://github.com/piter0) | +| 37 | [JSON-VERIFIER](https://github.com/viralcodex/json-verifier-cli/) | C# | [Aviral Shukla](https://github.com/viralcodex) | +| 38 | [json-parser](https://github.com/yildirimmurat/Json-parser) | Rust | [yildirimmurat](https://github.com/yildirimmurat) | +| 39 | [JSON Validator](https://gitlab.com/Tom-Bichard/cricket_coding_challenges/-/tree/main/Challenge_0002) | Python | [Tom-Bichard](https://gitlab.com/Tom-Bichard) | +| 40 | [json-parser](https://github.com/Mostafa95/JsonParser) | Python | [Mostafa](https://github.com/Mostafa95) | +| 41 | [json-parser](https://github.com/ozedd-ee/json-parser) | Go | [ozedd-ee](https://github.com/ozedd-ee) | +| 42 | [jsonParser](https://github.com/apih99/jsonParser) | Python | [apih99](https://github.com/apih99) | +| 43 | [jsonParser](https://github.com/isaiicatmat/JSONParser) | JavaScript | [isaiicatmat](https://github.com/isaiicatmat) | +| 44 | [jsonParser](https://github.com/MohitSinghal2811/lld/tree/master/jsonParser) | Java | [Mohit Singhal](https://github.com/MohitSinghal2811) +| 45 | [KJsonParser](https://github.com/kiner-shah/MySolutionsToCodingChallenges/tree/main/json-parser) | C++ | [Kiner Shah](https://github.com/kiner-shah) | +| 46 | [JSON-RDParser](https://github.com/brickster241/JSON-Lexer-Parser-From-Scratch) | Python | [Ashish Verma](https://github.com/brickster241) | +| 47 | [my-jp](https://github.com/amrsaqr/my-jp) | C++ | [Amr Saqr](https://github.com/amrsaqr) | +| 48 | [json_parser](https://github.com/assaidy/json_parser) | ODIN | [Ahmad Assaidy](https://github.com/assaidy) | +| 49 | [jpTool](https://github.com/lizardkingLK/coding-challenges/tree/main/jpTool) | C# | [lizardkingLK](https://github.com/lizardkingLK) | +| 50 | [json-parser-in-php](https://github.com/DanielHemmati/json-parser-in-php) | php | [Daniel Hemmati](https://github.com/DanielHemmati) | +| 50 | [json-parser](https://github.com/Nlmansilla/coding-challenges/tree/main/JSON-parser) | php | [Nicolas Mansilla](https://github.com/Nlmansilla) | diff --git a/Solutions/challenge-wc.md b/Solutions/challenge-wc.md index 83aa474..f40350c 100644 --- a/Solutions/challenge-wc.md +++ b/Solutions/challenge-wc.md @@ -4,150 +4,151 @@ The Challenge: [Write your own wc Tool](https://codingchallenges.fyi/challenges/ 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) | -| 58 | [ccwc](https://github.com/azie-ginanjar/ccwc) | Python | [Mukhammad Ginanjar Azie](https://github.com/azie-ginanjar) | -| 59 | [wc](https://github.com/Sakhile-Msibi/Coding-Challenges/tree/main/WC-Tool) | Go | [Sakhile Msibi](https://github.com/Sakhile-Msibi) | -| 60 | [wctool](https://github.com/shenba1712/wctool) | Java | [Shenba](https://github.com/shenba1712) | -| 61 | [wc](https://github.com/ankur26/codingchallenges-solutions/tree/main/ccwc) | Typescript | [Ankur Bhatkalkar](https://github.com/ankur26) | -| 62 | [wc](https://github.com/lwcarani/py-wc) | Python | [Luke Carani](https://github.com/lwcarani) | -| 63 | [ccwc](https://github.com/Tevinthuku/coding_challenges_fyi/tree/main/ccwc) | Rust | [Tevin Thuku](https://github.com/Tevinthuku) | -| 64 | [ccwc](https://github.com/msamoylov/ccwc-go) | Go | [Michael Samoylov](https://github.com/msamoylov) | -| 65 | [wc_tool](https://github.com/p1kalys/Coding_Challenges_by_John_Crickett/tree/main/wc_tool) | JavaScript | [Pavan Emani](https://github.com/p1kalys) | -| 66 | [wc-tool](https://github.com/Tiramisu-Cake/Coding-Challenges/tree/main/ccwc) | Java | [Tiramisu-Cake](https://github.com/Tiramisu-Cake) | -| 67 | [wc-perl](https://github.com/kellewic/coding-challenges/blob/main/001-wc/wc.pl) | Perl | [Shay Harding](https://github.com/kellewic) | -| 68 | [wc-lua](https://github.com/kellewic/coding-challenges/blob/main/001-wc/wc.lua) | Lua | [Shay Harding](https://github.com/kellewic) | -| 69 | [wc_tool](https://github.com/anishjain94/wc_tool) | Go | [anishjain94](https://github.com/anishjain94) | -| 70 | [my-own-wc](https://github.com/mariollesta/my-own-wc) | Python | [mariollesta](https://github.com/mariollesta) | -| 71 | [gowc](https://github.com/Abdulrahman-Tayara/gowc) | Go | [Abdulrahman-Tayara](https://github.com/Abdulrahman-Tayara) | -| 72 | [wc-tool](https://github.com/henrmota/gocodechallenges/tree/main/wc) | Go | [henrmota](https://github.com/henrmota) | -| 73 | [ccwc](https://github.com/tonybnya/ccwc) | Python | [tonybnya](https://github.com/tonybnya) | -| 74 | [cc-wc](https://github.com/ductnn/cc-wc) | Go | [ductnn](https://github.com/ductnn) | -| 75 | [wc.rs](https://github.com/itsnamangoyal/wc.rs) | Rust | [itsnamangoyal](https://github.com/itsnamangoyal) | -| 76 | [ccwc](https://github.com/dkrest1/coding-challenges-golang/tree/main/wc-tool) | Go | [Oluwatosin Akande](https://github.com/dkrest1) | -| 77 | [ccwc](https://github.com/jarekr/ccwc) | Rust | [Jarek Rudzinski](https://github.com/jarekr) | -| 78 | [ccwc](https://github.com/marek-jakub/ccwc) | Python | [Marek Jakub](https://github.com/marek-jakub) | -| 79 | [Build your own wc](https://github.com/facinetm14/CodingChallenges-wc) | Typescript | [Facinet Kouyate](https://github.com/facinetm14) | -| 80 | [WordCounter](https://github.com/rohita/CodingChallenges/blob/main/Sources/CodingChallenges/01-WordCounter.swift) | Swift | [rohita](https://github.com/rohita) | -| 81 | [ccwc](https://github.com/pedromig/ccwc) | Rust | [Pedro Rodrigues](https://github.com/pedromig) | -| 82 | [ccwc](https://github.com/sahilraj1915374/coding_challenges/tree/main/ccwc) | C++ | [Sahil Raj](https://github.com/sahilraj1915374) | -| 83 | [ccwc](https://github.com/AdityaCH1997/ccwc) | Bash | [Aditya Chakraborty](https://github.com/AdityaCH1997) | -| 84 | [ccwc](https://github.com/ahmedsameha1/ccwc) | Go | [Ahmed Sameh](https://github.com/ahmedsameha1) | -| 85 | [ccwc](https://gitlab.com/bzai-public/codingchallenge-word-count) | Scala | [binghao](https://gitlab.com/bzai-public) | -| 86 | [ccwc](https://github.com/amalhanaja/codingchallenges/tree/main/ccwc) | Rust | [Alfian Akmal Hanantio](https://github.com/amalhanaja) | -| 87 | [wc-js](https://github.com/victoriacheng15/coding-challenges-lab/tree/main/javascript/wc-js) | JavaScript | [Victoria Cheng](https://github.com/victoriacheng15) | -| 88 | [gowc](https://github.com/dlion/gowc) | Go | [Domenico Luciani](https://github.com/dlion) | -| 89 | [ccwc](https://github.com/DonClaveau3/ccwc) | Go | [DonClaveau3](https://gitlab.com/DonClaveau3) | -| 90 | [cc-wc](https://github.com/r2munz/cc-wc) | Go | [r2munz](https://github.com/r2munz) | -| 91 | [ccwc](https://github.com/xdeathofmojox/ccwc) | Rust | [xdeathofmojox](https://github.com/xdeathofmojox) | -| 92 | [cc-lite](https://github.com/revatim/wc-lite) | Python | [revatim](https://github.com/revatim) | -| 93 | [wc](https://github.com/alexhwoods/wc) | Go | [Alex Woods](https://www.alexhwoods.com/) | -| 94 | [ccwc](https://github.com/piter0/ccwc) | C# | [piter0](https://github.com/piter0) | -| 95 | [wc](https://github.com/ArunEA/CodingChallengesSolution/tree/master/1-WordCount) | Swift | [Arun Eswaramurthi](https://github.com/ArunEA) | -| 96 | [ccwc](https://github.com/kareemmahlees/coding_challenges_solutions/blob/master/wc/main.go) | Go | [Kareem Ebrahim](https://github.com/kareemmahlees) | -| 97 | [hlpwc1](https://github.com/hiren2599/Word-Count-CLI/blob/main/wordCountUnixArgparse.py) | Python | [Hiren Patel](https://github.com/hiren2599) | -| 98 | [hlpwc2](https://github.com/hiren2599/Word-Count-CLI/blob/main/wordCountUnixClick.py) | Python | [Hiren Patel](https://github.com/hiren2599) | -| 99 | [wc-csharp](https://github.com/ricardodemauro/Rmauro.CommandLines.WordCount) | C# | [Ricardo Mauro](https://github.com/ricardodemauro) | -| 100 | [wc-tool](https://github.com/aaron-lee-hebert/wc-tool) | C# | [Aaron Hebert](https://github.com/aaron-lee-hebert) | -| 101 | [my-wc](https://github.com/amrsaqr/my-wc) | C++ | [Amr Saqr](https://github.com/amrsaqr) | -| 102 | [wc-tool](https://github.com/rdotjain/wc-tool) | Go | [Rupanshi Jain](https://github.com/rdotjain) | -| 103 | [ccwc](https://github.com/ChristofBecu/CodingChallengesFYI.CCWC-cpp) | C++ |[Christof Becu](https://github.com/ChristofBecu) | -| 104 | [ccwc](https://github.com/douxiaobo/build_your_own_wc_tool/blob/main/Rust/build_your_own_wc_tool5.rs) | Rust | [Dou Xiaobo](https://github.com/douxiaobo) | -| 105 | [ccwc](https://github.com/ShakibUddin/custom-wc-tool) | Node.js | [ShakibUddin](https://github.com/ShakibUddin) | -| 106 | [ccwc](https://github.com/AbuCarlo/CodingChallenges/tree/main/ccwc) | Go | [AbuCarlo](https://github.com/AbuCarlo) | -| 107 | [wccpp](https://github.com/IdrisCodes/wccpp) | C++ | [IdrisCodes](https://github.com/IdrisCodes) | -| 108 | [ccwc](https://github.com/rajatsing/ccwc) | Go | [Rajat Singh](https://github.com/rajatsing) | -| 109 | [mywc](https://github.com/Executioner769/mywc) | C | [Executioner769](https://github.com/Executioner769) | -| 110 | [ccwc](https://github.com/JhonattasFerreira/ccwc) | Python | [JhonattasFerreira](https://github.com/JhonattasFerreira) | -| 111 | [ccwc](https://github.com/Patacode/ccwc) | C | [Patacode](https://github.com/Patacode) | -| 112 | [ccwc](https://github.com/yildirimmurat/Unix-wc-tool-clone) | Rust | [yildirimmurat](https://github.com/yildirimmurat) | -| 113 | [ccwc](https://github.com/Mostafa95/wctool) | Python | [Mostafa](https://github.com/Mostafa95) | -| 114 | [ccwc](https://github.com/berdoezt/ccwc) | Python | [berdoezt](https://github.com/berdoezt) | -| 115 | [ccwc.py](https://gitlab.com/Tom-Bichard/cricket_coding_challenges/-/blob/main/Challenge_0001/ccwc.py) | Python | [Tom-Bichard](https://gitlab.com/Tom-Bichard) | -| 116 | [wc_tool](https://github.com/apih99/wc_tool) | Python | [Apih99](https://github.com/apih99) | -| 117 | [ccwc](https://github.com/strozz1/zig-challenges/tree/master/wc) | Zig | [Strozz1](https://github.com/strozz1) | -| 118 | [cswc](https://github.com/avgra3/cswc) | C# | [Antony G.](https://github.com/avgra3) | -| 119 | [ccwc](https://github.com/suraj-mandal/ccwc-java) | Java | [Paradise_Cat23](https://github.com/suraj-mandal) | -| 120 | [hkwc](https://github.com/hard02/hkwc) | Python | [Hardik K.](https://github.com/hard02) | -| 121 | [ccwc](https://github.com/mattgorle/cc_php_001_wc) | PHP | [Matt G.](https://github.com/mattgorle) | -| 122 | [ccwc](https://github.com/kirajano/ccwc) | Python | [Kiril K.](https://github.com/kirajano) | -| 123 | [word-count-tool](https://github.com/kiner-shah/MySolutionsToCodingChallenges/blob/main/word-count-tool/) | C++ | [Kiner Shah](https://github.com/kiner-shah) | -| 124 | [ccwc_go](https://github.com/TawalMc/coding_challenges_build_your_x/tree/main/ccwc/go) | Go | [TawalMc](https://github.com/TawalMc) | -| 125 | [byo-wc-tool](https://github.com/sfogfar/byo-wc-tool) | Clojure | [sfogfar](https://github.com/sfogfar) | -| 126 | [ccwc-in-go](https://github.com/DanielHemmati/ccwc-in-go) | Go | [Daniel Hemmati](https://github.com/DanielHemmati) | -| 127 | [ccwc](https://github.com/FreekVanDooren/ccwc) | Java | [FreekVanDooren](https://github.com/FreekVanDooren) | -| 128 | [ccwc](https://github.com/ronySky/CodingChallenges_WcTool) | Java | [ronySky](https://github.com/ronySky/) | -| 129 | [ccwc-in-python](https://gitlab.com/iamalso-challenges/wc-tool) | Python | IAmAlsoAndy -| 130 | [Write Your Own wc Tool](https://gitlab.com/dyno64100/coding-challenges/-/tree/Wc/php) | PHP | [Frederic Poeydomenge](https://gitlab.com/dyno64100) | -| 131 | [CCWC](https://github.com/bhavibhogayata/CodingChallengesSolutions/tree/main/CCWC) | C# | [Bhavisha Bhogayata](https://github.com/bhavibhogayata) | -| 132 | [wcJava](https://gitlab.com/louis.roberts.wlc/JavaWC) | Java | [Louis Roberts](https://gitlab.com/louis.roberts.wlc) | -| 133 | [wc-tool](https://github.com/Babithakumari/wc-tool.git) | Python | [Babitha Kumari](https://github.com/Babithakumari/) | -| 134 | [ccwc](https://github.com/CagesThrottleUs/ccwc) | C++ | [CagesThrottleUs](https://github.com/CagesThrottleUs) | -| 135 | [WC-Tool-DotNet](https://github.com/MohammadRokib/WC-Tool-DotNet) | C# | [MohammadRokib](https://github.com/MohammadRokib) | -| 136 | [WC-Tool_C](https://github.com/Murchoid/wc_clone) | C | [Michael Kamau](https://github.com/Murchoid) | -| 137 | [ccwc](https://github.com/enxtur/cc/tree/main/challenges/ccwc) | C | [enxtur](https://github.com/enxtur) | -| 138 | [ccwc](https://github.com/jglara/ccwc) | C++ | [jglara](https://github.com/jglara) | +| 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) | +| 58 | [ccwc](https://github.com/azie-ginanjar/ccwc) | Python | [Mukhammad Ginanjar Azie](https://github.com/azie-ginanjar) | +| 59 | [wc](https://github.com/Sakhile-Msibi/Coding-Challenges/tree/main/WC-Tool) | Go | [Sakhile Msibi](https://github.com/Sakhile-Msibi) | +| 60 | [wctool](https://github.com/shenba1712/wctool) | Java | [Shenba](https://github.com/shenba1712) | +| 61 | [wc](https://github.com/ankur26/codingchallenges-solutions/tree/main/ccwc) | Typescript | [Ankur Bhatkalkar](https://github.com/ankur26) | +| 62 | [wc](https://github.com/lwcarani/py-wc) | Python | [Luke Carani](https://github.com/lwcarani) | +| 63 | [ccwc](https://github.com/Tevinthuku/coding_challenges_fyi/tree/main/ccwc) | Rust | [Tevin Thuku](https://github.com/Tevinthuku) | +| 64 | [ccwc](https://github.com/msamoylov/ccwc-go) | Go | [Michael Samoylov](https://github.com/msamoylov) | +| 65 | [wc_tool](https://github.com/p1kalys/Coding_Challenges_by_John_Crickett/tree/main/wc_tool) | JavaScript | [Pavan Emani](https://github.com/p1kalys) | +| 66 | [wc-tool](https://github.com/Tiramisu-Cake/Coding-Challenges/tree/main/ccwc) | Java | [Tiramisu-Cake](https://github.com/Tiramisu-Cake) | +| 67 | [wc-perl](https://github.com/kellewic/coding-challenges/blob/main/001-wc/wc.pl) | Perl | [Shay Harding](https://github.com/kellewic) | +| 68 | [wc-lua](https://github.com/kellewic/coding-challenges/blob/main/001-wc/wc.lua) | Lua | [Shay Harding](https://github.com/kellewic) | +| 69 | [wc_tool](https://github.com/anishjain94/wc_tool) | Go | [anishjain94](https://github.com/anishjain94) | +| 70 | [my-own-wc](https://github.com/mariollesta/my-own-wc) | Python | [mariollesta](https://github.com/mariollesta) | +| 71 | [gowc](https://github.com/Abdulrahman-Tayara/gowc) | Go | [Abdulrahman-Tayara](https://github.com/Abdulrahman-Tayara) | +| 72 | [wc-tool](https://github.com/henrmota/gocodechallenges/tree/main/wc) | Go | [henrmota](https://github.com/henrmota) | +| 73 | [ccwc](https://github.com/tonybnya/ccwc) | Python | [tonybnya](https://github.com/tonybnya) | +| 74 | [cc-wc](https://github.com/ductnn/cc-wc) | Go | [ductnn](https://github.com/ductnn) | +| 75 | [wc.rs](https://github.com/itsnamangoyal/wc.rs) | Rust | [itsnamangoyal](https://github.com/itsnamangoyal) | +| 76 | [ccwc](https://github.com/dkrest1/coding-challenges-golang/tree/main/wc-tool) | Go | [Oluwatosin Akande](https://github.com/dkrest1) | +| 77 | [ccwc](https://github.com/jarekr/ccwc) | Rust | [Jarek Rudzinski](https://github.com/jarekr) | +| 78 | [ccwc](https://github.com/marek-jakub/ccwc) | Python | [Marek Jakub](https://github.com/marek-jakub) | +| 79 | [Build your own wc](https://github.com/facinetm14/CodingChallenges-wc) | Typescript | [Facinet Kouyate](https://github.com/facinetm14) | +| 80 | [WordCounter](https://github.com/rohita/CodingChallenges/blob/main/Sources/CodingChallenges/01-WordCounter.swift) | Swift | [rohita](https://github.com/rohita) | +| 81 | [ccwc](https://github.com/pedromig/ccwc) | Rust | [Pedro Rodrigues](https://github.com/pedromig) | +| 82 | [ccwc](https://github.com/sahilraj1915374/coding_challenges/tree/main/ccwc) | C++ | [Sahil Raj](https://github.com/sahilraj1915374) | +| 83 | [ccwc](https://github.com/AdityaCH1997/ccwc) | Bash | [Aditya Chakraborty](https://github.com/AdityaCH1997) | +| 84 | [ccwc](https://github.com/ahmedsameha1/ccwc) | Go | [Ahmed Sameh](https://github.com/ahmedsameha1) | +| 85 | [ccwc](https://gitlab.com/bzai-public/codingchallenge-word-count) | Scala | [binghao](https://gitlab.com/bzai-public) | +| 86 | [ccwc](https://github.com/amalhanaja/codingchallenges/tree/main/ccwc) | Rust | [Alfian Akmal Hanantio](https://github.com/amalhanaja) | +| 87 | [wc-js](https://github.com/victoriacheng15/coding-challenges-lab/tree/main/javascript/wc-js) | JavaScript | [Victoria Cheng](https://github.com/victoriacheng15) | +| 88 | [gowc](https://github.com/dlion/gowc) | Go | [Domenico Luciani](https://github.com/dlion) | +| 89 | [ccwc](https://github.com/DonClaveau3/ccwc) | Go | [DonClaveau3](https://gitlab.com/DonClaveau3) | +| 90 | [cc-wc](https://github.com/r2munz/cc-wc) | Go | [r2munz](https://github.com/r2munz) | +| 91 | [ccwc](https://github.com/xdeathofmojox/ccwc) | Rust | [xdeathofmojox](https://github.com/xdeathofmojox) | +| 92 | [cc-lite](https://github.com/revatim/wc-lite) | Python | [revatim](https://github.com/revatim) | +| 93 | [wc](https://github.com/alexhwoods/wc) | Go | [Alex Woods](https://www.alexhwoods.com/) | +| 94 | [ccwc](https://github.com/piter0/ccwc) | C# | [piter0](https://github.com/piter0) | +| 95 | [wc](https://github.com/ArunEA/CodingChallengesSolution/tree/master/1-WordCount) | Swift | [Arun Eswaramurthi](https://github.com/ArunEA) | +| 96 | [ccwc](https://github.com/kareemmahlees/coding_challenges_solutions/blob/master/wc/main.go) | Go | [Kareem Ebrahim](https://github.com/kareemmahlees) | +| 97 | [hlpwc1](https://github.com/hiren2599/Word-Count-CLI/blob/main/wordCountUnixArgparse.py) | Python | [Hiren Patel](https://github.com/hiren2599) | +| 98 | [hlpwc2](https://github.com/hiren2599/Word-Count-CLI/blob/main/wordCountUnixClick.py) | Python | [Hiren Patel](https://github.com/hiren2599) | +| 99 | [wc-csharp](https://github.com/ricardodemauro/Rmauro.CommandLines.WordCount) | C# | [Ricardo Mauro](https://github.com/ricardodemauro) | +| 100 | [wc-tool](https://github.com/aaron-lee-hebert/wc-tool) | C# | [Aaron Hebert](https://github.com/aaron-lee-hebert) | +| 101 | [my-wc](https://github.com/amrsaqr/my-wc) | C++ | [Amr Saqr](https://github.com/amrsaqr) | +| 102 | [wc-tool](https://github.com/rdotjain/wc-tool) | Go | [Rupanshi Jain](https://github.com/rdotjain) | +| 103 | [ccwc](https://github.com/ChristofBecu/CodingChallengesFYI.CCWC-cpp) | C++ |[Christof Becu](https://github.com/ChristofBecu) | +| 104 | [ccwc](https://github.com/douxiaobo/build_your_own_wc_tool/blob/main/Rust/build_your_own_wc_tool5.rs) | Rust | [Dou Xiaobo](https://github.com/douxiaobo) | +| 105 | [ccwc](https://github.com/ShakibUddin/custom-wc-tool) | Node.js | [ShakibUddin](https://github.com/ShakibUddin) | +| 106 | [ccwc](https://github.com/AbuCarlo/CodingChallenges/tree/main/ccwc) | Go | [AbuCarlo](https://github.com/AbuCarlo) | +| 107 | [wccpp](https://github.com/IdrisCodes/wccpp) | C++ | [IdrisCodes](https://github.com/IdrisCodes) | +| 108 | [ccwc](https://github.com/rajatsing/ccwc) | Go | [Rajat Singh](https://github.com/rajatsing) | +| 109 | [mywc](https://github.com/Executioner769/mywc) | C | [Executioner769](https://github.com/Executioner769) | +| 110 | [ccwc](https://github.com/JhonattasFerreira/ccwc) | Python | [JhonattasFerreira](https://github.com/JhonattasFerreira) | +| 111 | [ccwc](https://github.com/Patacode/ccwc) | C | [Patacode](https://github.com/Patacode) | +| 112 | [ccwc](https://github.com/yildirimmurat/Unix-wc-tool-clone) | Rust | [yildirimmurat](https://github.com/yildirimmurat) | +| 113 | [ccwc](https://github.com/Mostafa95/wctool) | Python | [Mostafa](https://github.com/Mostafa95) | +| 114 | [ccwc](https://github.com/berdoezt/ccwc) | Python | [berdoezt](https://github.com/berdoezt) | +| 115 | [ccwc.py](https://gitlab.com/Tom-Bichard/cricket_coding_challenges/-/blob/main/Challenge_0001/ccwc.py) | Python | [Tom-Bichard](https://gitlab.com/Tom-Bichard) | +| 116 | [wc_tool](https://github.com/apih99/wc_tool) | Python | [Apih99](https://github.com/apih99) | +| 117 | [ccwc](https://github.com/strozz1/zig-challenges/tree/master/wc) | Zig | [Strozz1](https://github.com/strozz1) | +| 118 | [cswc](https://github.com/avgra3/cswc) | C# | [Antony G.](https://github.com/avgra3) | +| 119 | [ccwc](https://github.com/suraj-mandal/ccwc-java) | Java | [Paradise_Cat23](https://github.com/suraj-mandal) | +| 120 | [hkwc](https://github.com/hard02/hkwc) | Python | [Hardik K.](https://github.com/hard02) | +| 121 | [ccwc](https://github.com/mattgorle/cc_php_001_wc) | PHP | [Matt G.](https://github.com/mattgorle) | +| 122 | [ccwc](https://github.com/kirajano/ccwc) | Python | [Kiril K.](https://github.com/kirajano) | +| 123 | [word-count-tool](https://github.com/kiner-shah/MySolutionsToCodingChallenges/blob/main/word-count-tool/) | C++ | [Kiner Shah](https://github.com/kiner-shah) | +| 124 | [ccwc_go](https://github.com/TawalMc/coding_challenges_build_your_x/tree/main/ccwc/go) | Go | [TawalMc](https://github.com/TawalMc) | +| 125 | [byo-wc-tool](https://github.com/sfogfar/byo-wc-tool) | Clojure | [sfogfar](https://github.com/sfogfar) | +| 126 | [ccwc-in-go](https://github.com/DanielHemmati/ccwc-in-go) | Go | [Daniel Hemmati](https://github.com/DanielHemmati) | +| 127 | [ccwc](https://github.com/FreekVanDooren/ccwc) | Java | [FreekVanDooren](https://github.com/FreekVanDooren) | +| 128 | [ccwc](https://github.com/ronySky/CodingChallenges_WcTool) | Java | [ronySky](https://github.com/ronySky/) | +| 129 | [ccwc-in-python](https://gitlab.com/iamalso-challenges/wc-tool) | Python | IAmAlsoAndy +| 130 | [Write Your Own wc Tool](https://gitlab.com/dyno64100/coding-challenges/-/tree/Wc/php) | PHP | [Frederic Poeydomenge](https://gitlab.com/dyno64100) | +| 131 | [CCWC](https://github.com/bhavibhogayata/CodingChallengesSolutions/tree/main/CCWC) | C# | [Bhavisha Bhogayata](https://github.com/bhavibhogayata) | +| 132 | [wcJava](https://gitlab.com/louis.roberts.wlc/JavaWC) | Java | [Louis Roberts](https://gitlab.com/louis.roberts.wlc) | +| 133 | [wc-tool](https://github.com/Babithakumari/wc-tool.git) | Python | [Babitha Kumari](https://github.com/Babithakumari/) | +| 134 | [ccwc](https://github.com/CagesThrottleUs/ccwc) | C++ | [CagesThrottleUs](https://github.com/CagesThrottleUs) | +| 135 | [WC-Tool-DotNet](https://github.com/MohammadRokib/WC-Tool-DotNet) | C# | [MohammadRokib](https://github.com/MohammadRokib) | +| 136 | [WC-Tool_C](https://github.com/Murchoid/wc_clone) | C | [Michael Kamau](https://github.com/Murchoid) | +| 137 | [ccwc](https://github.com/enxtur/cc/tree/main/challenges/ccwc) | C | [enxtur](https://github.com/enxtur) | +| 138 | [ccwc](https://github.com/jglara/ccwc) | C++ | [jglara](https://github.com/jglara) | | 139 | [Write you own wc tool](https://github.com/siddharth007krishnan/word-count) | Javascript | [siddharth007krishnan](https://github.com/siddharth007krishnan) | -| 140 | [WordCount](https://github.com/nazaralwi/CodingChallengesSolution/tree/master/WordCount) | Swift | [nazaralwi](https://github.com/nazaralwi) | +| 140 | [WordCount](https://github.com/nazaralwi/CodingChallengesSolution/tree/master/WordCount) | Swift | [nazaralwi](https://github.com/nazaralwi) | | 141 | [Make your own wc](https://github.com/VedantGonnade/coding-challenge/tree/main/Coding%20challenges/Build_your_own_wc) | Typescript | [Vedant Gonnade](https://github.com/VedantGonnade) | -| 142 | [WordCount for Python](https://github.com/vidhi1976/ccwc) | Python | [vidhi1976](https://github.com/vidhi1976) | -| 143 | [abenwc](https://github.com/abeni-al7/aben-wc) | Go | [Abeni](https://github.com/abeni-al7) | -| 144 | [ccwc](https://github.com/Abdullah104/ccwc) | Java | [Abdullah104](https://github.com/Abdullah104/) +| 142 | [WordCount for Python](https://github.com/vidhi1976/ccwc) | Python | [vidhi1976](https://github.com/vidhi1976) | +| 143 | [abenwc](https://github.com/abeni-al7/aben-wc) | Go | [Abeni](https://github.com/abeni-al7) | +| 144 | [ccwc](https://github.com/Abdullah104/ccwc) | Java | [Abdullah104](https://github.com/Abdullah104/) +| 145 | [ccwc](https://github.com/Nlmansilla/coding-challenges/tree/main/WC.php) | PHP | [Nicolas Mansilla](https://github.com/Nlmansilla)