The String Tokenizer class allows an application to break a string into tokens. A token is returned by taking a substring of the string that was used to create the StringTokenizer object.
In this Java post, we will be learning how to move all non-zero elements to the starting of the Array and shift all zero's to the end of the Array by traversing the array only once.
In this Java post, we will be discussing how to find power of a given number. This approach will be more efficient. In this approach will be using a O(log(n)) time complexity algorithm.
Program to check whether the numbers are Abundant,Automorphic,Friendly pair,Harshad number and Strong Number using C++
Knapsack for a large number of elements and for a huge capacity using a file system in C++.
It is a game that allows a maximum of two players to play and it is developed completely using the loops concepts that are available in Python.
In this project, we are going to build a simple and basic job app using HTML, CSS, JavaScript and Node.js that gives you information about the top employers of your job.
In the Parkinson Disease classification, we are classifying whether a patient is having a disease or not by using different machine learning algorithm in Python.
This signUp form is created using java swing library and JDBC(Java Database Connectivity) API. (Here, I am using MySQL to store the signup details of the user)
In Credit Card Fraud Detection, I used different machine learning algorithms to check for fraudulent activities of a card in Python.
well a Fibonacci sequence or Fibonacci series is the sequence such that the numbers are basically the sum of previous numbers if u have 1,3 in the previous number then the series would be 1+3
This is basically creating and fundamentally finding a specific element in a doubly-linked list according to the user.