GithubHelp home page GithubHelp logo

Prahlad MV's Projects

binarysearchtrees.c icon binarysearchtrees.c

A C program that I made that helps in finding the median of two sorted arrays using binary search trees.

doublelinkedlist_hashmap.cpp icon doublelinkedlist_hashmap.cpp

Design a data structure for LRU Cache. It should support the following operations: get and set. get(key) – Get the value (will always be positive) of the key if the key exists in the cache, otherwise return -1. set(key, value) – Set or insert the value if the key is not already present.

dsa icon dsa

This is a folder for all of my Data Structures and Algorithms programs. I mainly use C and C++ for my DSA programs/projects.

flappybird.py icon flappybird.py

A unique flappy bird game that I built in Python that includes a scoring system, unique graphics, and sound effects.

hangman.py icon hangman.py

This is a python program that I made for building the Hangman game. This game uses a list of words, randomly selects one, and allows the player to guess letters until they either guess the word or run out of attempts.

hashmap.c icon hashmap.c

This is a C program that I made that uses a hash map to locate a single house in a city. In this program, the houses are represented by their street addresses, and the hash map is used to store the mapping between addresses and the corresponding houses.

heaps.cpp icon heaps.cpp

This program that I made in C++ uses heaps to find the minimum cost to connect all cities.

linkedlist.c icon linkedlist.c

This is a C program that I made that uses a linked list to represent a class of students and allows you to identify a student based on their ID. This program includes additional functionality such as freeing memory, handling user input, and providing a menu for better interaction.

memorygame.py icon memorygame.py

This unique memory game includes a number matching concept with a console-based interface. It generates a random board, allows the player to reveal and match pairs of numbers, and keeps track of attempts. The game continues until all pairs are matched.

python icon python

This is a folder for all of my Python Programs/Projects.

snakegame.py icon snakegame.py

This program is a unique snake game in Python using the pygame library. The game window will have a gradient background, and the snake and food will have unique colors.

stack.cpp icon stack.cpp

Design a Data Structure SpecialStack that supports all the stack operations like push(), pop(), isEmpty(), isFull() and an additional operation getMin() which should return minimum element from the SpecialStack. All these operations of SpecialStack must have a time and space complexity of O(1).

stacks.cpp icon stacks.cpp

Given an integer array arr[] of size N, find the maximum of the minimums for every window size in the given array.

tictactoe.py icon tictactoe.py

This is a of a unique Tic-Tac-Toe game in Python that I made. The uniqueness comes from customizing the symbols used for each player (X and O) and allowing the user to choose their symbols.

wordmaster.py icon wordmaster.py

Players must guess a randomly selected country letter by letter, choosing from three difficulty levels. The game incorporates a scoring system, encouraging strategic play and offering hints for additional complexity.

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.