Skip to content
This repository has been archived by the owner on Nov 12, 2023. It is now read-only.
/ IAL-Project02-2021 Public archive

IAL Project: Hashtable & Binary Tree Implementation - VUT FIT 2021/22

Notifications You must be signed in to change notification settings

Jekwwer/IAL-Project02-2021

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

48 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

IAL-Project02-2021:

Hashtable & Binary Tree Implementation

🎓 University: VUT FIT

📚 Course: Algorithms (IAL)

📅 Academic Year: 2021/22


📋 Assignment Overview

Exercises:

  1. 📘 Hashtable: Table with dispersed items. (3 points)
  2. 📘 Btree/Rec: Binary search tree with recursive operations. (3.5 points)
  3. 📘 Btree/Iter: Binary search tree with iterative operations. (3.5 points)

🛠 Instructions

  • Implement functions in:
    • hashtable/hashtable.c
    • btree/rec/btree.c
    • btree/iter/btree.c
  • Submit files via IS FIT as an uncompressed tar archive named after your login (e.g., xlogin99.tar). Preserve the directory structure.
  • Keep UTF-8 encoding for files.
  • ⚠️ Important: Do not modify other files or change the function prototypes.

🧪 Testing Guidelines

  • Test implementations using the provided application.
  • Available compilation commands: make test, make clean.
  • Provided tests aren't exhaustive; check implementation comments and think about crafting additional tests.

⚠️ Important Notices

  • Ensure solutions are compilable and runnable on server eva.fit.vutbr.cz. Infringements like skeleton modifications will result in zero points.
  • Non-compilable or infinite loop solutions receive zero points; there's a time limit for tests.
  • Prioritize individual work. Plagiarism or unauthorized collaboration can lead to credits denial and disciplinary measures.

📊 Evaluation Results

Test Status Points Earned
Btree/Iter:
Test 1-22 0.1 each
Test 23-25 0.2 each
memcheck-11 0.35
memcheck-22 0.35
Btree/Rec:
Test 1-22 0.1 each
Test 23-25 0.2 each
memcheck-11 0.35
memcheck-22 0.35
Hashtables:
Test 1-11 0.25 each
memcheck-11 fixed post-evaluation 0.0
Total Points: 9.75/10
🟢🟢🟢🟢🟡

About

IAL Project: Hashtable & Binary Tree Implementation - VUT FIT 2021/22

Topics

Resources

Stars

Watchers

Forks