Giter Site home page Giter Site logo

Ashish Yadav's Projects

algorithms icon algorithms

A place to implement most common algorithms in computer science

complex-network-analysis icon complex-network-analysis

Algorithm to find the missing and spurious interactions in an observed network and then reconstruct it so that it approximates the true network.

connect-four-game icon connect-four-game

Connect Four is a two-player connection game in which the players first choose a color and then take turns dropping colored discs from the top into a seven-column, six-row vertically suspended grid. The pieces fall straight down, occupying the next available space within the column. The objective of the game is to connect four of one's own discs of the same color next to each other vertically, horizontally, or diagonally before your opponent. The first player can always win by playing the right moves.

correlation-of-weather-and-road-accidents icon correlation-of-weather-and-road-accidents

Analyzed the effect of weather, mainly precipitation, on the number of accidents occurring daily, for the span of five years, in New Jersey. Generated and Profiled the smaller datasets from the two large data sets NCDC and New Jersey State Police, using Hadoop Map Reduce. Deduced the correlation using the comparative analysis between the average number of accidents occurred when there was zero or some precipitation, using HIVE. Technologies Used: Java, Map-Reduce, Hive

external-sort-using-cpp icon external-sort-using-cpp

External sort is a sorting algorithm that can handle huge amounts of data.It is required when that data being sorted do not fit in the main memory(RAM). Hence, the file containing this large data is kept on the disk and chunks of this file are taken in the main memory, which are then sorted individually and then merged into one single output file.

leetcode icon leetcode

This repository contains my solutions for Leetcode problems.

scheme_interpreter icon scheme_interpreter

Scheme interpreter to inetrpret scheme code and functions like let,let*,letrec, define etc.

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.