This site uses cookies. By continuing to browse the site you are agreeing to our use of cookies.
Last seen: 22 days ago
I'm an inquisitive Software Engineer currently working at Quest Software, Inc. and creator of this website. I have 4.5 years of experience in developing end-to-end solutions mainly in Java, Spring, React. My repertoire includes programming languages and tools such as Java, Spring Boot, Spring Cloud, Spring MVC, Spring Data JPA, Spring Security, Hibernate, Relational Databases, Elasticsearch, Lucene, React JS, and Typescript. Good knowledge of Python and Django web framework. Experience on build tools such as Maven and Gradle.
Binary search, also known as half-interval search, logarithmic search, or binary chop, is a search algorithm that finds the position...
Linear search or sequential search is a method for finding an element within a list. It sequentially checks each element of the list...
We will write a program to find the second largest element in an array