From 150d56c30ea36540df54c810db2717de6b5b9560 Mon Sep 17 00:00:00 2001 From: Shivanshu Pandey Date: Tue, 5 Mar 2024 22:21:39 +0530 Subject: [PATCH 1/2] Nodejs Solutions --- Solutions/challenge-json-parser.md | 53 +++++----- Solutions/challenge-wc.md | 162 ++++++++++++++--------------- 2 files changed, 108 insertions(+), 107 deletions(-) diff --git a/Solutions/challenge-json-parser.md b/Solutions/challenge-json-parser.md index f4c92a34..19fa9b5d 100644 --- a/Solutions/challenge-json-parser.md +++ b/Solutions/challenge-json-parser.md @@ -4,29 +4,30 @@ 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) | -| 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) | +| 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/z-pandeyji/weekly_challenges/tree/main/CUSTOM_JSON_PARSER-Nodejs) | NodeJs | [Shivanshu Pandey](https://github.com/z-pandeyji) | diff --git a/Solutions/challenge-wc.md b/Solutions/challenge-wc.md index 25250556..f5e18b58 100644 --- a/Solutions/challenge-wc.md +++ b/Solutions/challenge-wc.md @@ -4,84 +4,84 @@ 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) | - +| 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) | +| 77 | [ccwc](https://github.com/z-pandeyji/weekly_challenges/tree/main/CUSTOM_UNIX_WC_TOOL-Nodejs) | NodeJs | [Shivanshu Pandey](https://github.com/z-pandeyji/) | From 4dae85669b6e03cc7403d0f2e1018c5fb8635a11 Mon Sep 17 00:00:00 2001 From: Shivanshu Pandey Date: Tue, 5 Mar 2024 22:23:29 +0530 Subject: [PATCH 2/2] Updated --- Solutions/challenge-wc.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Solutions/challenge-wc.md b/Solutions/challenge-wc.md index f5e18b58..e1cf5204 100644 --- a/Solutions/challenge-wc.md +++ b/Solutions/challenge-wc.md @@ -84,4 +84,4 @@ The shared solutions: | 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) | -| 77 | [ccwc](https://github.com/z-pandeyji/weekly_challenges/tree/main/CUSTOM_UNIX_WC_TOOL-Nodejs) | NodeJs | [Shivanshu Pandey](https://github.com/z-pandeyji/) | +| 78 | [ccwc](https://github.com/z-pandeyji/weekly_challenges/tree/main/CUSTOM_UNIX_WC_TOOL-Nodejs) | NodeJs | [Shivanshu Pandey](https://github.com/z-pandeyji/) |