FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

cpp-projects/data_structures-I at main · jerrysuits/cpp-projects · GitHub

Latest commit

 

History

History
 
 

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

Programs include concepts from programming-I & programming-II, focusing on software development practices, dynamic memory management, data structures, and code reusability.

  • Understand and employ good software development practices, such as structured design, efficient coding, and comprehensive testing

  • Appreciate the benefits of dynamically allocated memory and demonstrate its effective use

  • Develop, test, and use fundamental data structures including Lists, Stacks, and Queues

  • Compare and critically evaluate the suitability of different data structures for specific applications

  • Understand and apply the principles of code reusability through the use of templates

  • Manage complex multi-file projects effectively


# Assignment Solutions & Files
1 Default Arguments
2 Function Overloading & Templates
3 Class Template Header & Driver Files
4 Dynamic Array
5 Dynamic Array (Continued)
6 Singly Linked List
7 Stack
8 Queue
9 Reverse Polish Notation Evaluator: Stack
10 Palindrome Evaluator: Stack
11 Palindrome Evaluator: Stack & Queue
12 Operator Overloading & Doubly Linked List
13 Operator Overloading & Doubly Linked List (Continued)

Back | FazBrowse Home | New Git URL