This repo is for the CSE 205: Data Structures course at the Department of Computer Science and Engineering, University of Asia Pacific. This repository contains codes and implementations of Data Structures in the course. It also contains the solutions of Mid and Final Exams of Spring 2023, 2022 and Fall 2022.
This course is designed to provide students with a solid foundation in the principles of data structures and algorithms (Mainly Data Structures). The course will cover the basic data structures such as arrays, recusions, writing pseudocodes, linked lists, stacks and queues. The course will also cover the basic algorithms such as searching and sorting. All the data structures will be implemented in both C and C++ programming language.
- Course Title: Data Structures
- Course Code: CSE 205
- Semester: 2-1
- Credit Hours: 3
- Prerequisite: CSE 101, CSE 103 and CSE 105
- Faculty: A S Zaforullah Momtaz
- Mid & Final Solve: Contains the solutions of Mid and Final Exams of Spring 2023, 2022 and Fall 2022.
- Arrays: Contains the implementation of Arrays in C and C++.
- Array Operations: Contains the implementation of basic operations of Arrays such as Insertion, Deletion, Searching, etc.
- Sorting & Searching: Contains the implementation of Sorting and Searching algorithms in Arrays such as Bubble Sort, Linear Search, Binary Search, etc.
- Rescursion: Contains the implementation of Recursion in C and C++ such as Factorial, Fibonacci, etc.
- Psuedocodes: Contains the implementation of Psuedocode in C and C++.
- Stack & Queue: Contains the implementation of Stack and Queue in C and C++.
- Linked List: Contains the implementation of Linked List in C and C++.
- Singly Linked List: Contains the implementation of Singly Linked List in C and C++.
- Doubly Linked List: Contains the implementation of Doubly Linked List in C and C++.
- Circular Linked List: Contains the implementation of Circular Linked List in C and C++.
- README.md: Contains the information about the repository (This file).