GitHub topics: linear-search-algorithm
KenzArz/project-struktur-data
A terminal-based cinema ticket booking system built with C++. Features multi-theater support, genre-based movie search, seat booking, and ticket management.
Language: C++ - Size: 699 KB - Last synced at: 19 days ago - Pushed at: 27 days ago - Stars: 1 - Forks: 0

toramanomer/typescript-algorithms
Language: TypeScript - Size: 25.4 KB - Last synced at: 2 days ago - Pushed at: 3 months ago - Stars: 0 - Forks: 0

oliver-dvorski/array_find
array_find for php. It stops the linear search when the first match is found.
Language: PHP - Size: 9.77 KB - Last synced at: 2 months ago - Pushed at: 4 months ago - Stars: 0 - Forks: 0

LesiaUKR/goit-algo-hw-05
Master's | Basic Algorithms & Data structures | Module 5 | Searching Algorithms
Language: Python - Size: 20.5 KB - Last synced at: 3 months ago - Pushed at: 12 months ago - Stars: 1 - Forks: 0

tejb96/searchAlgos
Java implementations of Linear Search and Interpolation Search algorithms for an integer array. It prompts the user for input, searches for a specified key using both algorithms, and displays the results. An optimized version of Linear Search is also included for improved performance.
Language: Java - Size: 150 KB - Last synced at: about 1 year ago - Pushed at: about 1 year ago - Stars: 0 - Forks: 0

vedant1100/Searching-algorithms
Language: C++ - Size: 2.93 KB - Last synced at: 4 months ago - Pushed at: almost 2 years ago - Stars: 0 - Forks: 0

Javedmv/DSA
Exploring DSA: A collection of code snippets and implementations for data structures and algorithms. Join me in mastering the essentials of efficient problem-solving! 🚀 #DSA #CodingJourney
Language: JavaScript - Size: 34.4 MB - Last synced at: about 1 year ago - Pushed at: about 1 year ago - Stars: 0 - Forks: 0

ronnyonjetech/Algorithms
Comprises mostly Dynamic Programming & Greedy Method Code Snippets
Size: 2.93 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

alaminkhan786/DSA-Python
Data structure and algorithm with Python Programming
Language: Python - Size: 2.93 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

vascospereira/algorithms
Language: JavaScript - Size: 9.77 KB - Last synced at: over 1 year ago - Pushed at: over 7 years ago - Stars: 0 - Forks: 0

IamVishnuSivaprasadan/algo
Basic Algorithams
Language: JavaScript - Size: 10.7 KB - Last synced at: almost 2 years ago - Pushed at: almost 2 years ago - Stars: 0 - Forks: 0

kartikeysharmaks/Data-Structures-and-ALgorithm-Java
This repository contains all the implementation of Data Structures and Algorithms plus the various different kind of questions with their solutions asked in coding challenges and interviews during placements activities and codefests. I learned all these and practice different questions daily to master DSA.
Language: Java - Size: 12.6 MB - Last synced at: almost 2 years ago - Pushed at: almost 3 years ago - Stars: 0 - Forks: 0

voyager2005/java-searching-techniques
commonly used searching techniques in java
Language: Java - Size: 10.7 KB - Last synced at: almost 2 years ago - Pushed at: over 3 years ago - Stars: 1 - Forks: 1

rakeshkanneeswaranofficial/DataStructuresAndAlgorithmCPP
Learn Data Structures and Algorithms with concise, well-documented code snippets covering arrays, linked lists, sorting, searching, trees, graphs, and more.
Language: C++ - Size: 93.8 KB - Last synced at: almost 2 years ago - Pushed at: almost 2 years ago - Stars: 0 - Forks: 0

HimeshKohad/Searching_Algorithms
Various Searching Algorithms in C++
Size: 38.1 KB - Last synced at: about 2 years ago - Pushed at: about 2 years ago - Stars: 3 - Forks: 0

willzfrank/DSA
Language: Python - Size: 5.86 KB - Last synced at: over 2 years ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

praabindhp/Linear_Search
C Program For Linear Search
Language: C - Size: 13.7 KB - Last synced at: 3 months ago - Pushed at: over 4 years ago - Stars: 2 - Forks: 0

juliusmarkwei/Algorithm
Algorithm for Searching and Sorting in C language
Language: C++ - Size: 2.44 MB - Last synced at: 21 days ago - Pushed at: over 2 years ago - Stars: 1 - Forks: 0

sumanpaikdev/Data-Structure-and-Algorithm-JAVA-
Data Structure and Algorithm. This repo contains all kind of algorithms and you can see the actual java code for each and every topic. In the end this repo represents all of my data structure and algorithm learning journey. You can fork it and commit your own different approaches for each singe topic.
Language: Java - Size: 18.6 KB - Last synced at: about 2 years ago - Pushed at: almost 3 years ago - Stars: 0 - Forks: 0

batrick-swaistan/My-DSA-learnings
My exercises and codes in DSA!
Language: Jupyter Notebook - Size: 39.1 KB - Last synced at: 4 months ago - Pushed at: almost 3 years ago - Stars: 1 - Forks: 0

adiponde22/Visualizing-time-differences-between-searching-algorithms
This program uses a large dataset of numbers to visualize the time complexity of Binary Search and Linear Search algorithms.
Language: Java - Size: 49.8 KB - Last synced at: about 2 years ago - Pushed at: almost 3 years ago - Stars: 0 - Forks: 0

syedshahidashiqali/linear-search-algorithm-js
Linear Search Algorithm with Vanilla JS and pseudocode explanation.
Language: JavaScript - Size: 1000 Bytes - Last synced at: over 2 years ago - Pushed at: almost 3 years ago - Stars: 0 - Forks: 0

JoshuasProgramming/Linear-Search-Visualization
Created: 7th January 2022 This is a website which visualizes the linear search algorithm. The video below is a walkthrough of the creation of the project: https://www.youtube.com/watch?v=bIJOSvGTvVA&list=PLAKgl1gk2Lqj2mvfFE00J5pMUCxKl7lfl&index=12
Language: JavaScript - Size: 8.79 KB - Last synced at: over 2 years ago - Pushed at: over 3 years ago - Stars: 1 - Forks: 0

kaziashik/DISRETE-MATEMATIS-LAB3-SORT-SEARING-ALGORITM
Bubble Sort Algorithm, Binary Search Algorithm, Linear Search Algorithm
Language: R - Size: 882 KB - Last synced at: almost 2 years ago - Pushed at: over 3 years ago - Stars: 0 - Forks: 0

ishvar99/linear-search-visualizer
It is a react based visualization tool for linear search algorithm
Language: JavaScript - Size: 686 KB - Last synced at: over 2 years ago - Pushed at: over 3 years ago - Stars: 2 - Forks: 0

umareefarooq/Searching-Algorithms
The repository contains the two basic searching algorithms, i.e. linear searching algorithm & binary searching algorithm.
Language: Jupyter Notebook - Size: 17.6 KB - Last synced at: 5 months ago - Pushed at: almost 4 years ago - Stars: 0 - Forks: 1

suryansh098/Algorithms
Important Algorithms
Language: C++ - Size: 28.3 KB - Last synced at: about 2 years ago - Pushed at: about 4 years ago - Stars: 0 - Forks: 0

itsrishibajpai/linear-search-visualisation
Very clean and conceptual Visualization of Linear Search Algorithm used in data Structures using various languages used in Web Technologies. We will be explaining this with the help of Step - by - Step tracking of algorithm.
Language: CSS - Size: 528 KB - Last synced at: about 2 years ago - Pushed at: over 4 years ago - Stars: 2 - Forks: 3

Kufo2018/Data-Structures-and-Algorithms
Mini-project showcasing implementation of different data structures and algorithms
Language: Java - Size: 28.3 KB - Last synced at: over 1 year ago - Pushed at: over 4 years ago - Stars: 0 - Forks: 0
