Giter Club home page Giter Club logo

cis-256_lab7's Introduction

CIS-256_LAB7

Objective: In this lab assignment, you will implement either an AVL Tree or a Red-Black Tree and demonstrate its self-balancing properties, particularly its ability to perform rotations to maintain the balance.

Do not forget you are working with new groups.

Chosen Tree: AVL Tree Implementation:

Ensure your tree supports basic operations: insert, delete, and search. Implement the necessary rotations for your chosen tree: For AVL: leftRotate, rightRotate, leftrightRotate, and rightleftRotate

Demonstrate Rotations: Create a series of tests that cause your tree to become unbalanced and require different rotations using both insertions and deletion. Document the state of the tree before and after rotations. Visual representations or step-by-step explanations are encouraged.

Test your Implementation: Insert at least 10 elements into your tree. Delete at least 5 elements. Search for at least 5 elements. Ensure your tree remains balanced after each operation, demonstrating the rotations as required.

Submission: Submit Java code files for the implemented data structure. Submit javadoc and output screenshots. A diagram of your final tree.

Grading Rubric: Tree Implementation (6 Points):

Properly structured tree: 1 Point Successful insert method: 1.5 Points Successful delete method: 1.5 Points Successful search method: 1 Point Correct rotation implementation: 1 Point Demonstration and Testing (3 Points):

Clear demonstration of unbalance scenarios: 1 Point Clear demonstration of rotation results: 1 Point Comprehensive test cases: 1 Point Documentation and Diagram (1 Points)

cis-256_lab7's People

Contributors

aarreks avatar caileymm avatar gnexia2 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.