CodeIgniter Forums
Data Structures - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: General (https://forum.codeigniter.com/forumdisplay.php?fid=1)
+--- Forum: Lounge (https://forum.codeigniter.com/forumdisplay.php?fid=3)
+--- Thread: Data Structures (/showthread.php?tid=74281)



Data Structures - rad2 - 09-05-2019

I am taking a Coursera course on data structures right now. I learned data structures back in school but never used anything other than sorts on very small data sets. After trying wrap my mind around them again I am realizing how much more there is to learn about them and how they can help understand pretty much any element of a programming problem. Not to mention there are some things in programming that are impossible to solve without "the right" algorithm.