I just found this resource https://github.com/kodecocodes/swift-algorithm-club.
I am looking for this kind of quality as well as quantity learning resource of Java DSA.
Please help me, lmk, if you already know of such.
Thank you so much.
(I added those flairs/flags just because they are part of DSA journey IMO, in short, ignore the flags)
(sorry that I cross-posted it, please don't mind)
#DSA with Java
1 messages · Page 1 of 1 (latest)
<@&987246399047479336> please have a look, thanks.
The algorithms stay exactly the same across the languages.
A bubble sort or depth-first-search, or a hashmap or B-tree will work the exact same way in Java, Swift, C, or any other language, from a logic point of view. The only difference are the tools each language provides you to implement these algorithms.
With that being said, here's a good list for DSA: https://github.com/tayllan/awesome-algorithms