Pinned Repositories
Angular
api-dev-bootcamp
asian-countries
Auto-grading-system
city-tour
FindMeal
MipsStringCompression
Data Compression (45 points): Write a MIPS assembly program in the MARS simulator that accepts an input string of size less than 40 characters, and applies the following compression algorithm to the string, and then prints the resulting compressed string. The input string will only consist of alphabets, i.e., a-z and A-Z. First check the string to make sure it's a valid input (if not, print an error message and quit). Then walk through the string looking for consecutive occurrences of the same character and replace them with the character and a count (called a "run length encoding"). For example, if you see AAAAA, you would replace them with A5. If you see BBBBBBBBBBBB, you would replace them with B12. Note that the number 12 is represented as characters "1" and "2" within the output string. Single character occurrences do not need a count. For reference, here is an ASCII table. Here is an example run of the program: Provide an input string with less than 40 characters and only containing a-z or A-Z: AACCCCCGTTTTTTTTTTTTTTAAAabbcd The compressed string is: A2C5GT14A3ab2cd
Pokemon
React
youtube-react-frontend
Khushi-Shukla's Repositories
Khushi-Shukla/FindMeal
Khushi-Shukla/api-dev-bootcamp
Khushi-Shukla/asian-countries
Khushi-Shukla/Auto-grading-system
Khushi-Shukla/Pokemon
Khushi-Shukla/youtube-react-frontend
Khushi-Shukla/CheatSheets-for-Developers
This Cheat sheet list has been made to enhance the workflow and efficiency. This well curated list will save you time when you just can't remember the code.
Khushi-Shukla/Design-Analysis-of-Algorithms
Module wise C++ code
Khushi-Shukla/DSA
Khushi-Shukla/Flipping-Tiles
Flipping Tiles is a java GUI project. It also saves the scores in a csv file
Khushi-Shukla/free-programming-books
:books: Freely available programming books
Khushi-Shukla/github-slideshow
A robot powered training repository :robot:
Khushi-Shukla/hacktoberfest
Participate in Hacktoberfest by contributing to any Open Source project on GitHub! Here is a starter project for first time contributors. #hacktoberfest
Khushi-Shukla/HacktoberFest2021
Raise Genuine PRs only. Your PRs will be accepted, keep patience. Star This Repo. You aren't allowed to Update README.md
Khushi-Shukla/Hacktoberfest2023-1
This repository is made for hacktoberfest 2023. Here you can upload DSA questions in the CPP language. Leetcode , GFG , Codechef, codeforces problems are also accepted in this repository.
Khushi-Shukla/it-cert-automation-practice
Google IT Automation with Python Professional Certificate - Practice files
Khushi-Shukla/JavaScript
Algorithms and Data Structures implemented in JavaScript for beginners, following best practices.
Khushi-Shukla/Khushi-Shukla
Khushi-Shukla/LandingPage
Khushi-Shukla/Neomorphic-PortfolioTemplate
This is a OpenSource Portfolio Template Based on Neomorphic Theme Made with pure HTML, CSS(SCSS), And A bit of Java script
Khushi-Shukla/note-app
Khushi-Shukla/npx-khushi
Khushi-Shukla/OOPS_Lab
Khushi-Shukla/Python
All Algorithms implemented in Python
Khushi-Shukla/remote-jobs
A list of semi to fully remote-friendly companies (jobs) in tech.
Khushi-Shukla/Route-Planning-
Finding minimum cost to travel from Guwahati to Dibrugarh using different heuristic search. Greedy BFS, A* and IDA* search have been used to calculate the optimal solution to the problem
Khushi-Shukla/Scratch-win
Khushi-Shukla/SIMDetails
Khushi-Shukla/Tic-Tac-Toe
Khushi-Shukla/WebCrawling