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
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
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
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
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
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
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
The Challenge: Write your own grep
The shared solutions:
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
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
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:
The Challenge: Write your own Memcached Server
The shared solutions:
The Challenge: Write your own Spotify Client
The shared solutions:
The Challenge: Write your own Discord Bot
The shared solutions:
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/jainmohit2001/coding-challenges/blob/master/src/22
- https://github.com/vishalg8454/DNS-Resolver-Nodejs/tree/master
- https://github.com/amanjha8100/dns-resolver
The Challenge: Write your own Traceroute
The shared solutions:
The Challenge: Write your own Realtime Chat Client and Server
The shared solutions:
The Challenge: Write your own NATS Message Broker
The shared solutions:
The Challenge: Write your own Git Client
The Challenge: Write your own Rate Limiter