News

I’ve focused on two data structure categories, Java arrays and linked lists, which are the basis of more complex data structures such as stacks, queues, trees, graphs, dictionaries/maps, and sets.
Catalog : EECE.3220 Data Structures (Formerly 16.322) Id: 003179 Credits Min: 3 Credits Max: 3 Description Covers algorithms and their performance analysis, data structures, abstraction, and ...
Brief Description of Course Content Studies data abstractions (e.g., stacks, queues, lists, trees) and their representation techniques (e.g., linking, arrays). Introduces concepts used in algorithm ...
Linear data structures; arrays, records, and linked lists. Abstract data types, stacks, and queues. Simple sorting via exchange, selection, and insertion, basic file I/O. Programming style ...