linear-search
Here are 234 public repositories matching this topic...
Language:All
Sort:Most stars
A consolidated collection of resources for you to learn and understand algorithms and data structures easily.
- Updated
Jul 22, 2022
Very fast C# class for weighted random picking.
- Updated
Jul 15, 2020 - C#
Weighted random selector for Unity.
- Updated
Oct 27, 2022 - C#
Comparing linear and binary searches
- Updated
Apr 19, 2020 - C++
All DSA topics covered in UIU DSA-I course, both lab and theory courses. Check DSA-2 Topics:https://github.com/TashinParvez/Data_Structure_and_Algorithms_2_UIU
- Updated
Aug 17, 2024 - C++
Data Structures & Algorithms using C
- Updated
Feb 7, 2022 - C
This repository serves as a comprehensive resource for understanding and implementing various data structures and algorithms
- Updated
Oct 31, 2024 - Python
This repository contains code(java, python) that I have written to solve DSA problems on LeetCode. Each solution is organized by DSA concept and is meant to showcase my understanding and proficiency in implementing these concepts. The purpose of this repository is to serve as a reference for everyone who is interested in learning DSA.
- Updated
Nov 29, 2025 - Java
An repository that contains all the Data Structures and Algorithms concepts and their implementation in several ways, programming questions and Interview questions. The main aim of this repository is to help students who are learning Data Structures and Algorithms or preparing for an interview.
- Updated
Apr 20, 2024 - C++
Visualize the most common algorithms.
- Updated
Apr 23, 2024 - JavaScript
In this repository I present some of the codes based on different Optimization Methods I developed during my graduation.
- Updated
Apr 23, 2022 - MATLAB
Searching Visualizer(Linear and Binary Search) Using Javascript
- Updated
Jul 7, 2021 - HTML
Searching Algorithms
- Updated
Oct 21, 2017 - Java
This repository provides a concise guide to understanding and implementing essential algorithms and techniques in computer programming. Contents Searching (Linear and Binary) Sorting (Insertion and Bubble) Recursion File-Processing Operations Exception Handling Explore the repository to learn more about each topic.
- Updated
Aug 7, 2025 - Visual Basic .NET
Search algorithms and their benchmarks
- Updated
Sep 6, 2020 - C#
A web-based search application for .txt files with five algorithms (Linear, Binary, Naive, KMP, Boyer-Moore) and execution time visualization
- Updated
Aug 28, 2025 - HTML
Implementing Data Structure & Algorithm with C#. Inspired by Tamim Shahriar Subeen
- Updated
Aug 28, 2021 - C#
Data structure solutions for arrays, linked lists, strings, and binary search. Useful for learning and coding practice.
- Updated
Jul 31, 2023 - JavaScript
BigO Notation Examples
- Updated
May 2, 2019 - Python
A data structure is not only used for organizing the data. It is also used for processing, retrieving, and storing data. There are different basic and advanced types of data structures that are used in almost every program or software system that has been developed. So we must have good knowledge about data structures.
- Updated
Jun 6, 2023 - C
Improve this page
Add a description, image, and links to thelinear-search topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with thelinear-search topic, visit your repo's landing page and select "manage topics."