• Stars
    star
    1
  • Language
  • Created over 1 year ago
  • Updated over 1 year ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

More Repositories

1

MUSIC-STORE-MANAGMENT-SYSTEM

Music Library Management System have to manage various musical items comes with number of models and variety. Maintaining all musical records such as create order, calculate bill, add new music in database, edit the music description, and delete any item from large music library was not an easy task on regular basis.
C++
5
star
2

Longest-Common-Prefix-LeetCode-Python

Write a function to find the longest common prefix string amongst an array of strings. If there is no common prefix, return an empty string "". Example 1: Input: strs = ["flower","flow","flight"] Output: "fl" Example 2: Input: strs = ["dog","racecar","car"] Output: "" Explanation: There is no common prefix among the input strings.
2
star
3

Two-Sum-Leet-Code-In-Python

Python
1
star
4

Doubly-Linked-List-In-Python

Python
1
star
5

Random-Quotes-JavaScript-Project

This is simple Project using html and JavaScript where On click random quotes will generate.
HTML
1
star
6

Color-changer-Project-Javascript

Change the background color project Javascript
HTML
1
star
7

JavaScript-Simple-Counter-Project

It really is a beginner's program. The idea was to click on either one of two buttons which registered the count of the on page element.
HTML
1
star
8

Valid-Parentheses-Leet-Code-In-Python

1
star
9

Remove-Duplicates-from-Sorted-Array-LeetCode-Python

1
star
10

Hex-Change-Background-Color-Project

Hex Change Background Color JavaScript Project
HTML
1
star
11

Array-Filters-Project-Javscript

This project involved the use of using the HTML5 dataset property to select items from the project's store. This was only the second time I used it and I have a better understanding of how I can use JavaScript to retrieve data from HTML elements.
HTML
1
star
12

OOP-Project-Music-Store-Managment-System-

Music Library Management System have to manage various musical items comes with number of models and variety. Maintaining all musical records such as create order, calculate bill, add new music in database, edit the music description, and delete any item from large music library was not an easy task on regular basis.
1
star
13

Palindrome-Number-Leet-Code-Python

Given an integer x, return true if x is a palindrome, and false otherwise. Example 1: Input: x = 121 Output: true Explanation: 121 reads as 121 from left to right and from right to left. Example 2: Input: x = -121 Output: false Explanation: From left to right, it reads -121. From right to left, it becomes 121-. Therefore it is not a palindrome.
Python
1
star
14

Pass-the-Message-Project-Javascript

This project challenges you to select the input element's value from the DOM. When you click on the โ€œSendโ€ button you'll see the message inputted in the box in the โ€œLast Message Deliveredโ€ Section. For me this project was fairly easy.
HTML
1
star
15

JavaScript-FlashCard-Project

This is the Flash card project based on arrays
HTML
1
star