Coder Social home page Coder Social logo

yousefkotp / dictionary-application-using-red-black-tree Goto Github PK

View Code? Open in Web Editor NEW
0.0 2.0 0.0 462 KB

Dictionary application using implemented Red Black Tree Data Structure

Python 100.00%
data-structures dictionary dictionary-application red-black-tree red-black-trees dictionary-app dictionary-app-using-python dictionary-python red-black-tree-python red-black-tree-implementation

dictionary-application-using-red-black-tree's Introduction

Dictionary-Application-using-Red-Black-Tree

Table of Content

Abstract

Most of the Binary Search Tree operation (e.g., search, max, min, insert) take O(h) time where h is the height of the Binary Search Tree.

The cost of these operation can become O(n) if the tree is skewed.

That's why people invented Red Black Tree which is a balanced Tree structure which always maintain its height to make sure that each operation only cost O(log n) worstly where n is the number of nodes.

The program is an application based on Red Black Tree Implementation made in DataStructure.py file.

Functionality

The program supports the following operations:

  1. Load Dictionary from file into a Red Black Tree
  2. Print Dictionary Size which prints the number of node
  3. Insert a Word
  4. Look-up a Word if it exists in the dictionary or not
  5. Print Height of the Tree

Tools

  1. PyCharm (IDE)
  2. Python

Contributors

  1. Yousef Kotp
  2. Mohamed Farid
  3. Adham Mohamed

Works on Python 3 and above

dictionary-application-using-red-black-tree's People

Contributors

yousefkotp avatar

Watchers

 avatar  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.