diff --git a/Solutions/challenge-dns-resolver.md b/Solutions/challenge-dns-resolver.md index 1ea9082..b8a4ced 100644 --- a/Solutions/challenge-dns-resolver.md +++ b/Solutions/challenge-dns-resolver.md @@ -7,19 +7,20 @@ The shared solutions: | No. | Solution | Language | Author | |-----|----------|----------|--------| | 1 | [go-dns](https://github.com/MichalPitr/go-dns) | Go | [MichalPitr](https://github.com/MichalPitr) | -| 7 | [DNS-Resolver](https://github.com/umeshmg27/DNS-Resolver) | Go | [umeshmg27](https://github.com/umeshmg27) | -| 9 | [dns-resolver](https://github.com/nishi010101/dns-resolver) | Go | [nishi010101](https://github.com/nishi010101) | -| 12 | [unnije](https://github.com/dlion/unnije) | Go | [dlion](https://github.com/dlion) | -| 13 | [dns-resolver](https://github.com/prashant1k99/dns-resolver) | Go | [prashant1k99](https://github.com/prashant1k99) | -| 14 | [dns-resolver](https://github.com/mk-milly02/dns-resolver) | Go | [mk-milly02](https://github.com/mk-milly02) | | 2 | [Write Your Own DNS Resolver](https://github.com/jainmohit2001/coding-challenges/tree/master/src/22) | TypeScript | [jainmohit2001](https://github.com/jainmohit2001) | -| 4 | [dns-resolver](https://github.com/amanjha8100/dns-resolver) | TypeScript | [amanjha8100](https://github.com/amanjha8100) | -| 8 | [DNS-Resolver](https://github.com/narutosstudent/dns-resolver) | TypeScript | [narutosstudent](https://github.com/narutosstudent) | | 3 | [DNS-Resolver-Nodejs](https://github.com/vishalg8454/DNS-Resolver-Nodejs/tree/master) | JavaScript | [vishalg8454](https://github.com/vishalg8454) | +| 4 | [dns-resolver](https://github.com/amanjha8100/dns-resolver) | TypeScript | [amanjha8100](https://github.com/amanjha8100) | | 5 | [Write Your Own DNS Resolver](https://github.com/lolo8304/coding-challenge/tree/main/no-22) | Java | [lolo8304](https://github.com/lolo8304) | | 6 | [DNS-Resolver](https://github.com/harshadbhere/DNS-Resolver) | Python | [harshadbhere](https://github.com/harshadbhere) | -| 16 | [DNS Resolver](https://gitlab.com/dyno64100/coding-challenges/-/tree/DNS-Resolver/python/DnsResolver.py?ref_type=tags) | Python | [Frederic Poeydomenge](https://gitlab.com/dyno64100) | +| 7 | [DNS-Resolver](https://github.com/umeshmg27/DNS-Resolver) | Go | [umeshmg27](https://github.com/umeshmg27) | +| 8 | [DNS-Resolver](https://github.com/narutosstudent/dns-resolver) | TypeScript | [narutosstudent](https://github.com/narutosstudent) | +| 9 | [dns-resolver](https://github.com/nishi010101/dns-resolver) | Go | [nishi010101](https://github.com/nishi010101) | | 10 | [DNSResolver](https://github.com/onesiphorus5/DNSResolver) | C++ | [onesiphorus5](https://github.com/onesiphorus5) | | 11 | [Simple DNS-Resolver](https://github.com/anvayabn/DnsResolverInRust-.git) | Rust | [anvayabn](https://github.com/anvayabn) | -| 17 | [rsver](https://github.com/Phran6ix/rsver) | Rust | [Phran6ix](https://github.com/Phran6ix) | +| 12 | [unnije](https://github.com/dlion/unnije) | Go | [dlion](https://github.com/dlion) | +| 13 | [dns-resolver](https://github.com/prashant1k99/dns-resolver) | Go | [prashant1k99](https://github.com/prashant1k99) | +| 14 | [dns-resolver](https://github.com/mk-milly02/dns-resolver) | Go | [mk-milly02](https://github.com/mk-milly02) | | 15 | [rbdig](https://github.com/panacotar/rbdig) | Ruby | [panacotar](https://github.com/panacotar) | +| 16 | [DNS Resolver](https://gitlab.com/dyno64100/coding-challenges/-/tree/DNS-Resolver/python/DnsResolver.py?ref_type=tags) | Python | [Frederic Poeydomenge](https://gitlab.com/dyno64100) | +| 17 | [rsver](https://github.com/Phran6ix/rsver) | Rust | [Phran6ix](https://github.com/Phran6ix) | +| 18 | [dns-resolver-go](https://github.com/MonarchRyuzaki/dns-resolver-go) | Go | [MonarchRyuzaki](https://github.com/MonarchRyuzaki) |