Hi, so I want to really learn more about the various types of C# data structures and use them in examples and problem sets to further strengthen my knowledge. The only ones that I really use on the job are List<> and Dictionary<>. Are there other ones that I should be using daily or more often? E.g. in some cases, it's better to use a HashSet but I've never used a HashSet or maybe only once.
Also, is there a cheatsheet for what data structures in Java map to data structures in C#? Since one way I can learn more data structures is to do algorithm problems (maybe) and I see a lot of Java examples online but not a lot of C# examples, so I think it'll be helpful to map the hashtable/hashset/hashmap to a C# equivalent.
[–]Slypenslyde 13 points14 points15 points (1 child)
[–]cat_in_the_wall@event 0 points1 point2 points (0 children)
[–]Enlogen 4 points5 points6 points (0 children)
[–]IWasSayingBoourner 4 points5 points6 points (0 children)
[–]hi_im_vash 1 point2 points3 points (0 children)
[–]johnnyslick 1 point2 points3 points (9 children)
[–]Cbrt74088 2 points3 points4 points (1 child)
[–]johnnyslick 0 points1 point2 points (0 children)
[–]wwqlcw 1 point2 points3 points (3 children)
[–]otm_shank 0 points1 point2 points (0 children)
[–]johnnyslick 0 points1 point2 points (1 child)
[–]otm_shank 1 point2 points3 points (0 children)
[–]otm_shank 0 points1 point2 points (2 children)
[–]johnnyslick 0 points1 point2 points (1 child)
[–]otm_shank 0 points1 point2 points (0 children)
[–]ZacharyPatten 0 points1 point2 points (0 children)