Skip to content

SharifdotG/CSE-205

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CSE 205 - Data Structures

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.

Course Description

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

Table of Contents

  • 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++.
  • README.md: Contains the information about the repository (This file).

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published