Coder Social home page Coder Social logo

Yoseph Ahmed's Projects

datacleaning icon datacleaning

In Bb you will find a dataset from the UCI Machine Learning Repository on whether a patient has heart disease. You will clean the data and then apply a decision tree to the data.

dreambotscripts icon dreambotscripts

Scripts that automate various tasks in the popular MMORPG Runescape

drunkwalker icon drunkwalker

This is one of my lab assignments for my CSC330 class. It is particularly interesting because I had to leverage from various collections in order to accomplish the task of modeling random or "drunken" behavior.

halloween-store icon halloween-store

This project is a Halloween store that I built strictly using HTML and Bootstrap v4.6 for styling purposes.

posterior-chain icon posterior-chain

A starting point for the backend of an application involving Node, Express, and PostgreSQL

react-redux-bank icon react-redux-bank

Educational workshop that goes through the steps of setting up a mock bank web app using React, Redux, and React-Redux.

riemmansum icon riemmansum

This is a Java project I was working on that implements the functionality behind Riemman's Midpoint rule for calculating area under the curve.

sorting-algorithm-performance icon sorting-algorithm-performance

Programming Assignment: You need to implement insertion sort and merge sort (increasing or decreasing order) algorithms and measure the performance of these two algorithms in terms of number of steps and CPU running time.

sorting-algorithm-performance-v3 icon sorting-algorithm-performance-v3

In this lab, you will implement Quick Sort and Randomized Quicksort algorithm for the same inputs. For each algorithm, and for each n = 100, 200, 300, 400, 500, 1000, 4000, 10000, measure its running time and number of steps when the input is (1) already sort, i.e. n, n-1, …, 3, 2,1; (2) reversely sorted 1, 2, 3, … n; (3) random permutation of 1, 2, …, n; (4) 50 instances of n random numbers generated in the range of [1..n]. Note: (1) You may have to repeat the algorithm many times, each time you need to initialize the array. (2) Your running time should exclude the time for initialization. (3) All measurement should be done in a single run, i.e. you do not need to run once for n=100, another time for n=200, etc What to turn in: (1) Well documented source code in C++ (2) Report the number of steps and the CPU running time in a table (Add this result in your previous table). (3) Plot the running time of the algorithm results (Add this result in your previous plot). Due on 11/17/2020

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.