Skip to content

RobertChienShiba/2022-Spring-DSA

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Data Structure and Algorithm, Spring 2022

Homework of Data Structure and Algorithm 2022 at NTU (Lectured by Michael Hsin-Mu Tsai / Hsuan-Tien Lin)

This course is about Data Structure and Algorithm for NTU CSIE freshman, including but not only LinkedList, Stack, Queue, Heap, Hash Table, BST, RBtree, B-tree and so on...

Homework 0

Task description (PDF)

This assignment is designed to help you verify if your C background is sufficient for this course.

Source Code

Grades

  • Handwritten : 50 / 50
  • Programming : 50 / 50

Homework 1

Task description (PDF)

In Homework 1, the problem set contains 5 other problems. The set is divided into two parts, the non-programming part (Problems 1, 2, 3) and the programming part (Problems 4, 5).

This assignment is about Asymptotic analysis, Stack, Queue, Array, LinkedList sections that we learn in class.

Source Code

Grades

  • Handwritten : 256 / 300
  • Programming : 200 / 200

Homework 2

Task description (PDF)

In Homework 2, the problem set contains 5 other problems. The set is divided into two parts, the non-programming part (Problems 1, 2, 3) and the programming part (Problems 4, 5).

This assignment is about BST, Heap, Sorting sections that we learn in class.

Source Code

Grades

  • Handwritten : 297 / 300
  • Programming : 200 / 200

Homework 3

Task description (PDF)

In Homework 3, the problem set contains 5 other problems. The set is divided into two parts, the non-programming part (Problems 1, 2, 3) and the programming part (Problems 4, 5).

This assignment is about String Matching, Linear Sorting sections that we learn in class.

Source Code

Grades

  • Handwritten : 285 / 300
  • Programming : 200 / 200

Homework 4

Task description (PDF)

In Homework 4, the problem set contains 4 other problems. The set is divided into two parts, the non-programming part (Problems 1, 2) and the programming part (Problems 3, 4).

This assignment is about Disjoint Set, RBtree, Hashing, B-tree, Advanced Segement tree sections that we learn in class.

Source Code

Grades

  • Handwritten : 197 / 200
  • Programming : 200 / 200

Judge Grade

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages