Today I learned the new topic of String: find the length of last word in a string; program : class...
Today learned the intresting topic to see is HashMap Concept and play with HashMap...
Today I covered the sliding window problem to calculate the maximum sum of sub array using kadane's...
In java today practiced the program of curly braces pattern program output : {} {} {{}} {} {{}}...
In array to remove the given element and print the array as remaining elements class remove { ...
Today practiced the Stack in java and try the problem to check the balanced brackets here's is an...
Today I had practiced the program roman to integer. using the switch case to write the give roman...
Today's Practice Programs are These programs are Practice using a functions. 1.Age Category program...
Today, I had learned the topic in patterns that is diamond pattern the output looks like, The...
In Two pointer topic today i have completed the task of finding the happy number in java. //happy...
Today's progress on Java challenges faced : Issues when solved in problem today i have solved the...
Today task I had completed the java basics and also completed the profit & loss. ...
Today I have learned the looping functions in C++ and implemented some sample programs in my GitHub...
Today i learnt about the topic decision making statements like if, else, else if and nested if. and...