Snake game javascript

Github: Click me… Disclaimer: The information provided by us on http://projects.adsingh.net/ is for general informational purposes and learning only. All information on the website is provided in good faith. You must learn from it.

CB Full Stack Assignments

Github: Click me… Assignment 1: a) School Time Table: See the Pen Assignment1(schoolTimeTable) by AD Singh (@arsh-deep-singh) on CodePen. b) Bio-Data Form: See the Pen Assignment1(bioDataForm) by AD Singh (@arsh-deep-singh) on CodePen. Github Link Assignment 2: Responsive website with the navigation bar, cover image, flip cards, and footer: See the Pen Assignment 2 by AD […]

DELD Notes

Download Now Disclaimer: The information provided by us on http://projects.adsingh.net/ is for general informational purposes and learning only. All information on the website is provided in good faith. You must learn from it.

Java Assignment 3

Q1. Strings-Max Frequency Character Take as input S, a string. Write a function that returns the character with maximum frequency. Print the value returned. Input Format StringConstraints A string of length between 1 to 1000. Output Format Character Sample Input aaabacb Sample Output a Explanation For the given input string, a appears 4 times. Hence, […]

DBMS Notes

👇 👇 👇 👇 👇 👇 👇  Download Now Disclaimer: The information provided by us on http://projects.adsingh.net/ is for general informational purposes and learning only. All information on the website is provided in good faith. You must learn from it.

Engineering mathematics Notes

👇 👇 👇 👇 👇 👇 👇  Download Now Disclaimer: The information provided by us on http://projects.adsingh.net/ is for general informational purposes and learning only. All information on the website is provided in good faith. You must learn from it.

Online Ecommerce Website Project in JSP with source code

In this project, I have tried to build an E-commerce website, which can simulate all the basic controls that an actual shopping website has. You can modify this project as per your requirements and develop a perfect advance level project. Zip file containing the source code that can be extracted. This Project is developed by […]

Java Recursion And Backtracking Assignment Solution

Q1. Recursion-Lexicographical Order Take as input N, a number. Write a recursive function which prints counting from 0 to N in lexicographical order. In lexicographical (dictionary) order 10, 100 and 109 will be printed before 11.Input Format Enter a number N.Constraints NoneOutput Format Display all the numbers upto N in a lexicographical order Sample Input […]