Git Product home page Git Product logo

Ataa Shaqour's Projects

itg-training icon itg-training

This repository contains all the topics I learned and the tasks I did from ITG-Training as Backend intern.

rb_bst_sa-representation- icon rb_bst_sa-representation-

red–black tree is a kind of self-balancing binary search tree ,Each node stores an extra bit representing "color" ("red" or "black"), used to ensure that the tree remains balanced during insertions and deletions, and that gave us (log( n)) search and find max or min or sorting either in less time in general ,but what make this project special is that instead of pointers to do our manipulations and insertions to build red black tree (that costs log ) we used Array of Nodes indexes to represent our red black tree structure, in a hard coded imagination we successfully seek the advantage that the array give us type of locality ,and with higher performance either compared to pointers for example ,and in the last we used c++ (cause its better in performance especially in algorithms like this)to Convert out Algorithm to hard coded implementation inheriting from abstract base class BST to override to to its methods and functions ADDING the properties of the red_black_tree, make me and my partner not sleeping for 4 days ,Done under the supervision of Dr. Samer Arandi

smart-plant-disease-detector icon smart-plant-disease-detector

Diagnosing plant diseases just by examining visual symptoms can be a daunting task for many farmers and gardening aficionados. This challenge requires the creation of a digital tool, where users can submit a photograph of a plant's leaf, and the system swiftly determines whether the plant is healthy or afflicted by a particular disease.

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.