Lovely Professional University End Term Exam Question Papers with Answers, Study Materials, Projects, Roadmap, and more.
-
Updated
Feb 23, 2024 - HTML
Lovely Professional University End Term Exam Question Papers with Answers, Study Materials, Projects, Roadmap, and more.
This is a simple image generator using OpenAI API. you can generate images by entering short description of the image or by entering a keyword.
This tool converts JPG, JPEG images to PNG format. Bulk conversion is also supported.
This is a chrome extension that helps you copy the question and paste. Double click on the question or the options to copy the text. Press `Ctrl + B` or `Alt + B` to paste the copied text.
Given a sorted linked list, remove all duplicates from the linked list. For example, if the given linked list is 11->11->11->21->43->43->60, then the output should be 11->21->43->60.
A comprehensive resource hub for CSE students, featuring study materials, past papers, and useful links for academic success.
My project of Web development, a quiz website on which there will be questions on different topics.
Given a linked list, find the middle of the linked list. For example, if the given linked list is 1->2->3->4->5 then the output should be 3. If there are even nodes, then there would be two middle nodes, we need to print the second middle element. For example, if given linked list is 1->2->3->4->5->6 then the output should be 4.
2nd Sem Project Code
This is a random color generator project. You can generate random colors and copy them to your clipboard. using HTML, CSS, and JavaScript.
linked-list-javascript #LPU
This simple calculator was created using HTML, CSS, and JS. For styling, Tailwind CSS is used. Addition, subtraction, multiplication, division, and modulus are its five fundamental operations. My GitHub profile is linked in the footer as well. It is responsive and compatible with all platforms. #LPU
This is a simple note taking app made using HTML, CSS and JavaScript #LPU.
This is a simple web app to find the union and intersection of two linked lists. The app is built using HTML, CSS and JavaScript.
A simple password generator built with HTML, Tailwind CSS and Vanilla JS.
This is a simple web app to find top three repeated arrays in a given array. #lpu
This repository contains the programs and projects I worked on during my participation in the Web Workshop conducted by TechOcean at LPU. The workshop covered various aspects of full-stack web development, and I gained valuable experience and skills through the practical projects we completed together.
Add a description, image, and links to the lpu topic page so that developers can more easily learn about it.
To associate your repository with the lpu topic, visit your repo's landing page and select "manage topics."