chandrakant22
Founder & CEO ⭐️ @Asterisc.in || Full Stack Java Developer || Android || Focusing on DS ML AI || Corporate Trainer
Asterisc TechnocratNagpur, India
Pinned Repositories
Animated-splash-screen-android-studio
Create html web page as Animated splash screen
Fair-Sequence
You are given an array A of size N. Your friend gave an amazing task for you. Your friend likes one type of sequence.So, he called that type of sequence a fair sequence. You should select a fair sequence of maximum length from an array.
Hospital-OPD-Real-time-Dataset-EDA-and-Data-Visualisation
Hospital OPD Real-time Dataset EDA and Data Visualisation
JSP-upload-image-2022
JSP upload image and show it in JSP page. JSP / Servlet / MySql / Eclipse jee neon / Apache Tomcat 7
Login-Logout-Servlet
Login logout using servlet and session tracking
Online-Learning-Platform-Using-JSP-MVC
Online learning platform is to manage the details of Courses, Assignment, Student, TEACHER, QUIZ, QUESTION. It manages all the Courses Online
Python-3-MasterClass
Python 3 MasterClass Learn from zero to hero with chandrakant sir
Servlet-Notes
The first topic to learn in Java EE Servlets is the basics of the Servlet API, which is a standard Java platform API for dynamic web content. This includes understanding: The structure and purpose of a Servlet class, including the init(), doGet(), doPost() and destroy() methods. How to map a Servlet to a URL using web.xml or annotations. How to
Spring-Tutorial-2023
All Day Notes
Total-number-of-occurrences-of-a-particular-string
Recurring Strings In an interview, Alice was given an array of strings and was asked to find the total number of occurrences of a particular string. Each string is made of characters ranging from A to Z. Two strings S1 and S2 are considered same if S1 can be converted to S2 in one move or S2 can be converted to S1 in one move. A move is defined as follows: Move: Replacing any one character of a string with the character that occurs immediately next to it in the English alphabet. E.g A->B, B->C.... Z->A. "->" represents "replaced with". Alice was not able to solve this question during her interview, so after the interview, she asks you for help in finding the solution. Help Alice. Input Specification: input1: N, denoting the total number of strings in the array. input2: An array of N strings. input3: String(S1) whose total occurrences are to be determined. Output Specification: Your function should return the number of occurrences of S1 in the given array. Example 1: input1: 2 input2: (AAAA, BAAA) input3: BAAA Output: 2 Explanation: (A)AAA can be converted to BAAA Example 2: input1: 6 input2: (ABCD, ACCD, ACBD, ABCD, ACCD, ACBD) input3: ACCD Output: 6 Explanation: A(B)CD can be converted to ACCD and AC(B)D can be converted to ACCD.
chandrakant22's Repositories
chandrakant22/Spring-Tutorial-2023
All Day Notes
chandrakant22/chandrakant22
## NAMASKAR, THIS IS CHANDRAKANT BOBADE
chandrakant22/CPP-Course
C++ All Days Notes upload here
chandrakant22/Edu-Online
chandrakant22/ImageUpload-JSP-Servlet-JDBC-2023
Image Upload using JSP, Servlet and JDBC year 2023
chandrakant22/java-swing
chandrakant22/Java-Thread-DeadLock
in this project we created deadlock in java thread
chandrakant22/JSP-Pages-In-Spring-Boot
chandrakant22/JSP-Pages-In-Spring-Boot-using-application.properties
chandrakant22/Machine-Learning
chandrakant22/Spring-Security-Day1
chandrakant22/Spring-Security-Day2
chandrakant22/Spring-Security-Day3
chandrakant22/Spring-Security-Day4
chandrakant22/Spring-Security-Day5
chandrakant22/codelineAI
website
chandrakant22/Data-Analytics
chandrakant22/Face-Detection-Python-program-using-Opencv
chandrakant22/IMS
Inventory Management System
chandrakant22/JSP-Notes
chandrakant22/Servlet-Notes
The first topic to learn in Java EE Servlets is the basics of the Servlet API, which is a standard Java platform API for dynamic web content. This includes understanding: The structure and purpose of a Servlet class, including the init(), doGet(), doPost() and destroy() methods. How to map a Servlet to a URL using web.xml or annotations. How to
chandrakant22/Spring-hibernate-jpa-lombok
learn Spring-hibernate-jpa-lombok
chandrakant22/Spring-hibernate-jpa-lombok-day2
chandrakant22/Spring-RESTful-API-CRUD
chandrakant22/Webcam-in-Python
Webcams with OpenCV and Python
chandrakant22/Animal-Detection-Using-YoloV8
chandrakant22/Data-Structures-and-Algorithms-Course
chandrakant22/demo-git-day
This is for batch 5pm year 2024
chandrakant22/JDBC-Day-01
chandrakant22/Motion-Detection-Alarm-System-in-Python
cv2 and imutils