Code Monkey home page Code Monkey logo

Sparsh Pai's Projects

cv icon cv

Personal website

datagrapher icon datagrapher

This software creates Frequency, Relative Frequency, and Cumulative Frequency graphs based on given sets of data.

history-manager icon history-manager

Implemented a double ended dequeue data structure using a doubly linked list to support various data manipulations. Architected project to achieve O(1) runtime for multiple functions and O(N) worst case.

messenger-app icon messenger-app

Realtime messaging app developed with SwiftUI and AWS Amplify

mst-greedy-algorithm-program icon mst-greedy-algorithm-program

Implemented MST (Minimum Spanning Tree) for a weighted, undirected graph using Prim’s algorithm. The program uses an 'adjacency list' and 'edge matrix' to support various commands and manipulations. These include: calculating MST value, finding the degree of a vertex, inserting/deleting edges, etc.

social-app icon social-app

Social media app with a React Native front-end and Firebase back-end

starterhacks icon starterhacks

This repository holds the project created during StarterHacks - 2020

trie-data-structure-program icon trie-data-structure-program

Recursively implemented a Trie Data Structure to support various word manipulations including Autocomplete. A trie is a 26-ary tree where the root node represents an empty string “” and if the kth (k going from 0 to 25) subtree is not a null subtree, it represents a string that is the concatenation of the characters represented by the parent and the kth letter of the alphabet (where ‘a’ is the 0th letter).

yorkuhacks icon yorkuhacks

Winner of the Lassonde School of Engineering 50:50 Challenge

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.