
Shiva Gani
@ShivakumarGani
Followers
36
Following
3K
Media
99
Statuses
278
RT @shubham1_sharma: This Resume has an ATS score of more than 90 🤯. I have personally used this single-column resume in my job hunting and….
0
1K
0
Today I covered Junit assertions:. 1. void assertEquals(boolean expected, boolean actual).2. void assertTrue(boolean condition).3. void assertFalse(boolean condition).4. assertArrayEquals(expectedArray, resultArray). #JUnit #Java #Javatesting.
0
0
0
JUnit journey: Embraced @Test, @Before, @After, @BeforeClass, and @AfterClass annotations. Building a robust testing foundation for my Java projects! 💻💻.#Java #junit #testing.
0
0
0
Also I took it up a notch and explored the powerful Spring Boot for mapping, successfully developing some basic projects. It's been an incredible journey of learning and practical applications #CodingJourney.
0
0
0
Winding up My 100-days coding journey I solved about 85 Java questions and delved into the complexities of Hibernate, while also mastering the basics of the Spring Framework. #100DaysOfCode #100daysofcoding #Java.
1
0
0
Day85-100.Days 85-100 of my coding journey: Took on a new project at work, which shifted my focus. Balancing professional and personal commitments, and ready to get back to my coding challenge! 💼💻.#100DaysOfCode #Day84 - #Day100.
0
0
0
Reverse List Between-.Given the head of a singly linked list and two integers left and right where left <= right, reverse the nodes of the list from position left to position right, and return the reversed list. Problem->.#100DaysOfCode #Day84
0
0
2
Spiral Matrix-.Given an m x n matrix, return all elements of the matrix in spiral order. Problem->.#100DaysOfCode #Day83
0
0
3
Remove Element-.Given an integer array nums and an integer val, remove all occurrences of val in nums in-place. The order of the elements may be changed. Then return the number of elements in nums which are not equal to val. Problem- #100DaysOfCode #Day82
0
0
1
Swap Node in pairs-. Given a linked list, swap every two adjacent nodes and return its head. You must solve the problem without modifying the values in the list's nodes (i.e., only nodes themselves may be changed.). Problem-> #100DaysOfCode #Day81
0
0
1
Merge SortedArray-.You are given two integer arrays nums1 and nums2, sorted in non-decreasing order, and two integers m and n, representing the number of elements in nums1 and nums2 respectively. Problem-> #100DaysOfCode #DAY80
0
0
0
Reverse LinkedList-.Given the head of a singly linked list, reverse the list, and return the reversed list. Problem-> #100DaysOfCode #DAY80
1
0
1
BigInteger class-.Given a large integer, , use the Java BigInteger class' isProbablePrime method to determine and print whether it's prime or not prime. Problem-> #100DaysOfCode #Day79
0
0
0
Pattern Syntax Checker-.given a pattern. Check whether the syntax of the given pattern is valid or invalid. Problem-> #100DaysOfCode #Day79
1
0
0
Length of last word-.Given a string s consisting of words and spaces, return the length of the last word in the string. Problem-> . #100DaysOfCode #Day79
1
0
0
Balanced parantheses-.A string containing only parentheses is balanced if the following is true: 1. if it is an empty string 2. if A and B are correct, AB is correct, 3. if A is correct, (A) and {A} and [A] are also correct. Problem- #100DaysOfCode #DAY78
0
0
1
Merge Two SortedLists-.You are given the heads of two sorted linked lists list1 and list2. Merge the two lists into one sorted list. The list should be made by splicing together the nodes of the first two lists. Problem- > .#100DaysOfCode #DAY77
0
0
1
Resuming my 100 Days of Coding Challenge after a 15-day break for personal reasons. Today, diving back into the journey, revisiting and reinforcing topics covered earlier💻💪. #DAY76 #100daysofcoding.
0
0
0