Git Product home page Git Product logo

Pranav Baurasia's Projects

8-puzzle icon 8-puzzle

The goal of this assignment is to get some practice with shortest path algorithms.

a-definitional-interpreter icon a-definitional-interpreter

Defined an abstract syntax (data type exp) and a definitional interpreter eval for a simple arithmetic and boolean calculation language.

b-trees-with-duplicates icon b-trees-with-duplicates

The goal of this assignment is to get some practice with binary search trees, specifically B-Trees. B-Trees are one of the most important data structures we will study in this class – they are regularly used in large database systems for storing indexes on the records. However, just for fun, we will make one significant departure from standard B-trees. We will allow duplicate keys, i.e., a tree can have an unbounded number of keys that have the same value.

fabric-breakup-growable-deques icon fabric-breakup-growable-deques

Goal: The goal of this assignment is to get some practice with stack and queue implementation. One of the goals is also to explore the use of these data structures in the context of an application. In Part (a) of the assignment you have to solve a puzzle. In Pa rt (b) of the assignment you have to implement the growable array version of the deque data structure

hashing-for-strings icon hashing-for-strings

The goal of this assignment is to get some practice with collision resolution and hash functions. On the side you will also learn basic string manipulations. It’s a fun assignment where the task is to find valid anagrams of a given input.

image-compression icon image-compression

The goal of this assignment is to get some practice with linked lists. In this assignment you will use linked lists (actually a list of lists) to encode an image in a compact format and perform operations on this format.

register-file-with-2-read-and-1-write-ports icon register-file-with-2-read-and-1-write-ports

This exercise aims at designing and implementing a small register file of size 8x4, with 2 read and 1 write ports. Here 8 is the number of registers and 4 is the size of each register (number of bits).

three-port-switch icon three-port-switch

The objective of this exercise is to design and implement a 3-­‐Port Switch with the functional description given in readme.md

zxing icon zxing

ZXing ("Zebra Crossing") barcode scanning library for Java, Android

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.