Giter VIP home page Giter VIP logo

Amr Nabil's Projects

aisec-applicant-info icon aisec-applicant-info

retrieve the latest 11 applicants info into a table from aisec API on the server. #php #API

big-integer-decimal-holds-unlimited-size-c- icon big-integer-decimal-holds-unlimited-size-c-

In c++ integers are usually limited by minimum and maximum values. Sometimes it is desired to have versions of these types with unlimited bounds. Java solves this problem by providing BigInteger and BigDecimal classes. we will develop a new C++ type (negative or positive) and we can do all the arithmitic operations on them.

enhanced-insertion-sort-insert-two-items-together- icon enhanced-insertion-sort-insert-two-items-together-

In this modification, we pick two items at a time. Then we look for the right place of the largest item, shifting items by two places at a time. After putting the largest item in its place, we keep shifting one item at a time till finding the right place for the smallest item. using c++ (plotted performance)

expo icon expo

An open-source platform for making universal native apps with React. Expo runs on Android, iOS, and the web.

fraction-calculator- icon fraction-calculator-

a class Fraction that represents a fraction by one integer divided by another, e.g., 1/3 or 3/7. (c++)

gitignore icon gitignore

A collection of useful .gitignore templates

index-builder icon index-builder

The application works by building a binary search tree using BSTFCI and each node contains a word and a vector of that contains the list of lines where this word exists. For each new word, the program finds it and adds the line number to the vector. If word is not found, it is added to the tree. Then traverse the tree in-order to print the nodes. using c++

linkedlist icon linkedlist

Linked list class similar to that provided in the C++ STL

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.