Publicly shared solutions to the Coding Challenges.
The Challenge: Write your own wc Tool
The shared solutions:
- https://github.com/jainmohit2001/coding-challenges/blob/master/src/1
- https://github.com/Ghurtchu/wc
- https://github.com/ogzhanolguncu/wc-rus
- https://github.com/andrenbrandao/wc-tool
- https://github.com/praveshdev3/wc-go
- https://github.com/sureshmangs/Build-Your-Own-X/tree/main/ccwc/C%2B%2B
- https://github.com/sahasrara62/codingchallenges.fyi/tree/main/word_count
- https://github.com/kanhayaKy/wc-tool
- https://github.com/sujeetsawala/ccwc
- https://github.com/lolo8304/coding-challenge/tree/main/no-1
- https://github.com/yildirimmurat/cc1-unix_wc_tool
- https://github.com/alphaDia/ccwc
- https://github.com/GauravGuptaDeveloper/Coding-Challenges/tree/wc-tool/wc-tool
- https://github.com/ebrahim-s-ebrahim/mywc
- https://github.com/yaralahruthik/cc-wc
- https://github.com/dotslashbit/coding-challenges/tree/main/write_your_own_wc_tool
- https://github.com/igaurab/cc/tree/main/wc-tool [Python]
- https://github.com/shellmonk/mccwc [C]
- https://github.com/surajkewat/wc-tool
- https://github.com/neutrinoks/CodingChallenge/tree/main/ccwc [Rust]
- https://github.com/shakeib98/ccwc
- https://github.com/hlalljie/Word_Count
- https://github.com/new-AF/my-wc.js
- https://github.com/akhmettolegen/wc
The Challenge: Write your own JSON Parser
The shared solutions:
- https://github.com/jainmohit2001/coding-challenges/blob/master/src/2
- https://github.com/ogzhanolguncu/json-parser-ts
- https://github.com/lolo8304/coding-challenge/tree/main/no-2
- https://github.com/sureshmangs/Build-Your-Own-X/tree/main/JSON-Parser/C%2B%2B
- https://github.com/ebrahim-s-ebrahim/myJsonParser
- https://github.com/jengori/json_parser
- https://github.com/neutrinoks/CodingChallenge/tree/main/json-parser [Rust]
- https://github.com/dhruvSHA256/json-parser
The Challenge: Write your own Compression Tool
The shared solutions:
- https://github.com/Patrick-Q-Jensen/HuffmanEncoding
- https://github.com/jainmohit2001/coding-challenges/blob/master/src/3
- https://github.com/ogzhanolguncu/ts-huffman-compress
- https://github.com/lolo8304/coding-challenge/tree/main/no-3
- https://github.com/prodbyola/paramo
The Challenge: Write your own cut Tool
The shared solutions:
- https://github.com/jainmohit2001/coding-challenges/blob/master/src/4
- https://github.com/Ghurtchu/cut
- https://github.com/lolo8304/coding-challenge/tree/main/no-4
The Challenge: Write your own Load Balancer
The shared solutions:
- https://github.com/jainmohit2001/coding-challenges/blob/master/src/5
- https://github.com/Ghurtchu/lb
- https://github.com/andrenbrandao/load-balancer
- https://github.com/lolo8304/coding-challenge/tree/main/no-5
- https://github.com/abhijeetnishal/Build-Your-Own-X/tree/master/load-balancer
- https://github.com/Ramzi-Abidi/Load-balancer
The Challenge: Write your own Sort Tool
The shared solutions:
The Challenge: Write your own Calculator
The shared solutions:
- https://github.com/jainmohit2001/coding-challenges/blob/master/src/7
- https://github.com/ogzhanolguncu/rust-stack-calculator
- https://github.com/jengori/Calcu-Llama
- https://github.com/dotslashbit/coding-challenges/tree/main/write_your_own_calculator
The Challenge: Write your own Redis Server
The shared solutions:
- https://github.com/jainmohit2001/coding-challenges/blob/master/src/8
- https://github.com/ogzhanolguncu/rs_redis_server
- https://github.com/ogzhanolguncu/valinor-vault
- https://github.com/lolo8304/coding-challenge/tree/main/no-8
The Challenge: Write your own grep
The shared solutions:
- https://github.com/jainmohit2001/coding-challenges/blob/master/src/9
- https://github.com/lolo8304/coding-challenge-9
The Challenge: Write your own uniq
The shared solutions:
The Challenge: Write your own Web Server
The shared solutions:
- https://www.linkedin.com/in/ingandreaguidi/
- https://github.com/jainmohit2001/coding-challenges/blob/master/src/11
- https://github.com/lolo8304/coding-challenge/tree/main/no-11
- https://github.com/alphaDia/webserver
The Challenge: Write your own URL Shortener
The shared solutions:
- https://github.com/andrewkaldani/url_shortner
- https://github.com/jainmohit2001/short-url
- https://github.com/ogzhanolguncu/nextjs-url-shortener-ts
- https://github.com/dev-details/ai-code-example
- https://github.com/jengori/short-changed
- https://github.com/niyazi-eren/url-shortener
- https://github.com/vishyarjun/url_shortener
- https://github.com/abhijeetnishal/URLShortener
The Challenge: Write your own diff
The shared solutions:
The Challenge: Write your own Shell
The shared solutions:
The Challenge: Write your own cat Tool
The shared solutions:
- https://github.com/jainmohit2001/coding-challenges/blob/master/src/15
- https://github.com/sahasrara62/codingchallenges.fyi/tree/main/cat_tool
The Challenge: Write your own IRC Client
The shared solutions:
- https://github.com/jainmohit2001/coding-challenges/blob/master/src/16
- https://github.com/lolo8304/coding-challenge/tree/main/no-16
The Challenge: Write your own Memcached Server
The shared solutions:
- https://github.com/jainmohit2001/coding-challenges/blob/master/src/17
- https://github.com/lolo8304/coding-challenge/tree/main/no-17
The Challenge: Write your own Spotify Client
The shared solutions:
The Challenge: Write your own Discord Bot
The shared solutions:
- https://github.com/jainmohit2001/coding-challenges/blob/master/src/19
- https://github.com/lolo8304/coding-challenge/tree/main/no-19
The Challenge: Write your own LinkedIn Carousel Generator
The shared solutions:
The Challenge: Write your own sed
The shared solutions:
The Challenge: Write your own DNS Resolver
The shared solutions:
- https://github.com/MichalPitr/go-dns [Go]
- https://github.com/jainmohit2001/coding-challenges/blob/master/src/22
- https://github.com/vishalg8454/DNS-Resolver-Nodejs/tree/master
- https://github.com/amanjha8100/dns-resolver
- https://github.com/lolo8304/coding-challenge/tree/main/no-22
The Challenge: Write your own Traceroute
The shared solutions:
The Challenge: Write your own Realtime Chat Client and Server
The shared solutions:
- https://github.com/jainmohit2001/coding-challenges/blob/master/src/16
- https://github.com/dethancosta/realtime-chat
The Challenge: Write your own NATS Message Broker
The shared solutions:
- https://github.com/ogzhanolguncu/rs_message_broker
- https://github.com/jainmohit2001/coding-challenges/blob/master/src/25
- https://github.com/lolo8304/coding-challenge/tree/main/no-25
The Challenge: Write your own Git Client
The shared solutions:
The Challenge: Write your own Rate Limiter
The shared solutions:
- https://github.com/niyazi-eren/rate-limiter
- https://github.com/jainmohit2001/coding-challenges/blob/master/src/27
- https://gitlab.com/surshrestha/rate-limiters
- https://github.com/abhijeetnishal/Build-Your-Own-X/tree/master/rate-limiter
The Challenge: Write your own Scheduling Automation App
The Challenge: Write your own Lisp Interpreter
The shared solutions:
The Challenge: Write your own head
The shared solutions: