Collections (Tuple, Set, Dictionary)
Python tuple, set, and dictionary operations with common methods.
Python tuple, set, and dictionary operations with common methods.
A student-friendly introduction to the Java Collections Framework. Learn to choose the right data structure using the Kitchen Cabinet scenario.
Master Java Iterators and the Collections class. Learn how to safely loop through data and use powerful algorithms like sort(), reverse(), and shuffle().
Master the Java List interface. Compare ArrayList and LinkedList performance using the Train vs Resizable Bench scenario.
Master the Java Map interface. Learn to store data in key-value pairs using the Digital Assistant scenario. Compare HashMap and TreeMap.
Master the Java Set interface. Compare HashSet and TreeSet for uniqueness and sorting using the Pile vs Shelf scenario.
Master Oracle PL/SQL collections. Learn how to work with Associative Arrays (Index-by Tables), Nested Tables, and VARRAYs for high-performance memory handling.