There are no reviews yet. Be the first to send feedback to the community and the maintainers!
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.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.Two-Sum-Leet-Code-In-Python
Doubly-Linked-List-In-Python
Random-Quotes-JavaScript-Project
This is simple Project using html and JavaScript where On click random quotes will generate.Color-changer-Project-Javascript
Change the background color project JavascriptJavaScript-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.Roman-to-Integer-LeetCode-Python
Valid-Parentheses-Leet-Code-In-Python
Remove-Duplicates-from-Sorted-Array-LeetCode-Python
Hex-Change-Background-Color-Project
Hex Change Background Color JavaScript ProjectArray-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.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.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.JavaScript-FlashCard-Project
This is the Flash card project based on arraysLove Open Source and this site? Check out how you can help us