section-engineering-education / engineering-education

“Section's Engineering Education (EngEd) Program is dedicated to offering a unique quality community experience for computer science university students."
Apache License 2.0
363 stars 889 forks source link

Linear and Binary Search in Java Data Structures and Algorithms. #3851

Closed Horlawhumy-dev closed 2 years ago

Horlawhumy-dev commented 2 years ago

Linear and Binary Search in Java Data Structures and Algorithms

Introduction

In the world of programming languages, data structures and algorithms are key problem-solving skills that all engineers must-have. Linear and Binary Search are required when there is a problem with sorted arrays in Java or any other language. So, in this article, I will be sharing the ways of utilizing the methods in interview questions.

Key takeaways:

In the end, readers would have knowledge of the following concepts;

  1. what are data structures and algorithms in Java.
  2. when and how to use linear search.
  3. concepts of binary search in sorted java arrays problems.
  4. solutions to interview questions provided from Leetcode.
hectorkambow commented 2 years ago

Good afternoon and thank you for submitting your topic suggestion. Your topic form has been entered into our queue and should be reviewed (for approval) as soon as a content moderator is finished reviewing the ones in the queue before it.

Horlawhumy-dev commented 2 years ago

Yes sir.

LinusMuema commented 2 years ago

Hi @Horlawhumy-dev This sounds like a good DSA article and I have no doubt it would be super helpful. Please make sure to provide more content that is original. There are many DSA articles on the web like this one so please keep that in mind. Also check that it does not conflict with content already on section.

Horlawhumy-dev commented 2 years ago

Sure and I am promising to make it quite a helpful DSA article.