Skip to content

Latest commit

 

History

History
22 lines (18 loc) · 699 Bytes

README.md

File metadata and controls

22 lines (18 loc) · 699 Bytes

CS353

All my work in CS 353 - Database Systems course.

Spring - (Withdrawn)

Homeworks +75/100

  • (HW 1) Relational Algebra
  • (HW 2) E/R
  • (HW 3) SQL
  • (HW 4) Programming Assignment - Simple Todo-list App

Fall

  • (HW 1 ) Relational Algebra - 50 / 100
  • (HW 2) E/R - 78.75 / 100
  • (HW 3) SQL - 95 / 100
  • (HW 4) Programming Assignment - Simple Internship Application App - 100 / 100
  • (HW 5) Functional Dependencies and Normalization - 75 / 100
  • (HW 6) B+ Tree and Extendible Hash Structure - 80 / 100

Additional Resources for HW 6:

B+ Tree: https://goneill.co.nz/btree-demo.php

Extendible Hash Structure: https://devimam.github.io/exhash/