Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mahrjose/bracu-cse220
BRAC University's course - CSE220 (Data Sturctures) Notes, Questions, Solutions & more. (Spring 2022 & Fall 2022)
https://github.com/mahrjose/bracu-cse220
assignment-solutions bracu bracu-cse bracu-cse220 cse220 data-structures lab mahrjose notes python
Last synced: about 1 month ago
JSON representation
BRAC University's course - CSE220 (Data Sturctures) Notes, Questions, Solutions & more. (Spring 2022 & Fall 2022)
- Host: GitHub
- URL: https://github.com/mahrjose/bracu-cse220
- Owner: Mahrjose
- Created: 2022-03-04T15:46:55.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-12-05T07:37:30.000Z (about 2 years ago)
- Last Synced: 2023-03-05T15:35:29.980Z (almost 2 years ago)
- Topics: assignment-solutions, bracu, bracu-cse, bracu-cse220, cse220, data-structures, lab, mahrjose, notes, python
- Language: Python
- Homepage:
- Size: 3.9 MB
- Stars: 4
- Watchers: 1
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# CSE220: Data Sturctures (Spring - 2022 & Fall 2022)
> Solutions for the BRAC University Computer Science and Engineering Course - CSE220 Lab Assignments (Spring - 2022).
>
> All the solutions are written with [Python 3.9 ](https://www.python.org/downloads/)# Course Outline:
## **Lecture 1:** Linear Array
## **Lecture 2:** Linear Array Manipulation Examples
* cse220 Lab Assignment 01## **Lecture 3:** Circular Array
## **Lecture 4:** Linked List
## **Lecture 5:** Linked List Manipulation
* cse220 Lab Assignment 02## **Lecture 6:** Linked List Types & DHDLCL
* cse220 Lab Assignment 03## **Lecture 7:** Stack
* cse220 Lab Assignment 04## **Lecture 8:** Queue
## **Lecture 9:** Recursion - Basics
* cse220 Lab Assignment 05## **Lecture 10:** Memoization
## **Lecture 11:** Sorting & Searching
* cse220 Lab Assignment 06## **Lecture 12:** Key Index Search & Sort
## **Lecture 13:** Hashtable
* cse220 Lab Assignment 07## **Lecture 14:** Tree data Structure: Basic
## **Lecture 15:** Tree data Structure : Representation
## **Lecture 16:** Binary Search Tree (BST)
## **Lecture 17:** Graph: Basic
## **Lecture 18:** Graph: Representation & Traversal
* cse220 Lab Assignment 08