Homegrown #Scala Collections - Part 5 - Linked Set
DevInsideYou
In this video we are going to revamp our initial implementation of Sets, since it offered no way to link elements of a Set to each other and thus prevented us from implementing methods like isSubsetOf.
The code for the entire project is here: https://github.com/DevInsideYou/homegrown-collections
The commit from this video is here: https://github.com/DevInsideYou/homegrown-collections/commit/02f7d0a2570e9f034eb91f976d47530b8698cd3c
This video is part of the following playlist: https://www.youtube.com/playlist?list=PLJGDHERh23x-4bTASKbtwhhAuP6rYQJqE
Website: https://devinsideyou.com
Patreon: https://patreon.devinsideyou.com Discord: https://discord.devinsideyou.com Twitter: https://twitter.devinsideyou.com Github: https://github.devinsideyou.com
Install scripts: https://install.devinsideyou.com Giter8 templates: https://g8.devinsideyou.com
Spotify concentration playlist: https://code.radio.devinsideyou.com
Cheers and Happy Coding!
#tutorial ... https://www.youtube.com/watch?v=Cyds_ErWEKY
549968913 Bytes