An open API service indexing awesome lists of open source software.

Projects in Awesome Lists tagged with searching-algorithms

A curated list of projects in awesome lists tagged with searching-algorithms .

https://github.com/aalhour/c-sharp-algorithms

:books: :chart_with_upwards_trend: Plug-and-play class-library project of standard Data Structures and Algorithms in C#

algorithms binary-trees csharp data-structures graph graph-algorithms hashing hashing-algorithms heaps queues searching searching-algorithms sorting sorting-algorithms tree tree-algorithms

Last synced: 14 May 2025

https://github.com/aalhour/C-Sharp-Algorithms

:books: :chart_with_upwards_trend: Plug-and-play class-library project of standard Data Structures and Algorithms in C#

algorithms binary-trees csharp data-structures graph graph-algorithms hashing hashing-algorithms heaps queues searching searching-algorithms sorting sorting-algorithms tree tree-algorithms

Last synced: 14 Mar 2025

https://github.com/algo-phantoms/algo-tree

Algo-Tree is a collection of Algorithms and data structures which are fundamentals to efficient code and good software design. Creating and designing excellent algorithms is required for being an exemplary programmer. It contains solutions in various languages such as C++, Python and Java.

array backtracking bit-manipulation data-structures-and-algorithms dynamic-programming graph greedy-algorithms hashing-algorithm heap linked-list number-theory queue recursion searching-algorithms sorting-algorithms stack string tree trie

Last synced: 16 May 2025

https://github.com/jostbr/pymaze

A maze generator, solver and visualizer for Python

maze-algorithms maze-generator maze-solver python searching-algorithms visualization

Last synced: 19 Jul 2025

https://github.com/wangy8961/python3-algorithms

Python3 数据结构与算法的介绍及应用。1. 数据结构:数组、链表、栈、队列、树、堆、图; 2. 典型排序算法:冒泡排序、选择排序、插入排序、希尔排序、堆排序、归并排序、快速排序、桶排序、计数排序、基数排序; 3. 查找算法: 顺序查找、二分查找、哈希表查找、二叉查找树、平衡二叉查找树(AVL树、红黑树)、平衡多路查找树(B树、B+树);4. LeetCode 和《剑指Offer》刷题、多种方法的题解

algorithm leetcode python3 searching-algorithms sorting-algorithms

Last synced: 27 Apr 2025

https://github.com/abishekaditya/dsa

Project : Data Structures and Algorithms in C#

24projects algorithm data-structures heap searching-algorithms

Last synced: 15 Apr 2025

https://github.com/alessiosavi/gogputils

Enhance productivity and avoid to reinvent the wheel every time that you start a Go project

aho-corasick general-purpose go golang gputils helper library searching-algorithms text-search utils

Last synced: 13 Jun 2025

https://github.com/inspired-by-boredom/yii2-search

This is component for searching in the Active Record models for Yii2 Framework.

active-record search search-algorithm searching-algorithms yii2 yii2-extension

Last synced: 25 Oct 2025

https://github.com/Inspired-by-Boredom/yii2-search

This is component for searching in the Active Record models for Yii2 Framework.

active-record search search-algorithm searching-algorithms yii2 yii2-extension

Last synced: 09 Apr 2025

https://github.com/tirthajyoti/algorithm_maths_python

General math scripts and important algorithms' implementation in Python 3

algorithm mathematics prime-numbers python random-generation searching-algorithms sorting-algorithms

Last synced: 05 May 2025

https://github.com/je-suis-tm/search-and-sort

Julia and Python search algorithm implementation including Bloom Filter, Aho-Corasick, Boyer-Moore, Knuth-Morris-Pratt, Rabin-Karp, Binary & Sequential; hash algorithm implementation including Fowler-Noll-Vo-1, Jenkins One-at-a-time, Hash Chaining, Linear Probing & Quadratic Probing; sort algorithm implementation including Cocktail, Bitonic, Gnome, Bogo, Heap, Counting, Radix, Quick, Merge, Shell, Selection, Insertion, Bubble

aho-corasick bitonic-sort bogo-sort boyer-moore cocktail-sort counting-sort gnome-sort heap-sort insertion-sort knuth-morris-pratt learning-julia merge-sort quick-sort rabin-karp radix-sort searching-algorithms selection-sort shaker-sort shell-sort sorting-algorithms

Last synced: 13 Apr 2025

https://github.com/Badawy403/BreakingBlocks

AI Puzzle Solver is a Python application that uses Pygame The main focus is on searching algorithms such as Depth-First Search, Breadth-First Search, A*, Uniform Cost Search, and others

algorithms bfs dfs game pygame python searching-algorithms

Last synced: 02 Sep 2025

https://github.com/anshumansinha3301/linearsearchcpp

CPP Codes for Sorting, Searching and other DSA Concepts for interview Preparations. Codebase for data structures and algorithms.

algorithms-and-data-structures cpp data-structures searching-algorithms sorting-algorithms

Last synced: 14 Jul 2025

https://github.com/ibra-kdbra/codeconjurer

A C/C++ playground for exploring diverse concepts like algorithms, game engines, CMake, and more. This evolving repository is a space for experimentation, designed to deepen understanding of C++ while encouraging growth and innovation.

algorithms c cmake collision-detection cpp data-structures game-engine json makefile monitoring-tool opengl qml qt6-gui searching-algorithms sfml2

Last synced: 12 Jul 2025

https://github.com/bhartik021/data-structure-algorithm

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.

algorithm algorithms algorithms-and-data-structures algorithms-datastructures array binary-search bit-magic bit-manipulation cpp cpp-stl data-structures data-structures-and-algorithms linear-search mathematics recursion searching searching-algorithms stl string tree

Last synced: 03 Oct 2025

https://github.com/scullwm/inboxsearch

Search operators library for your project like Gmail search

filter gmail-inbox search-engine search-operator searching searching-algorithms searchquery

Last synced: 18 Jul 2025

https://github.com/hamid-rezaei/berkeley-ai-projects

Fundamental of AI course which focuses on search, multiagents, mdp and reinforcement learning algorithms.

adversial-search mdp python reinforcement-learning searching-algorithms

Last synced: 22 Apr 2025

https://github.com/dori-dev/python-algorithms

Some algorithms write with python cleaned code and calculate Big O!

algorithms array cipher cipher-algorithms complexity python searching-algorithms string

Last synced: 21 Apr 2025

https://github.com/Hamid-Rezaei/Berkeley-AI-Projects

Fundamental of AI course which focuses on search, multiagents, mdp and reinforcement learning algorithms.

adversial-search mdp python reinforcement-learning searching-algorithms

Last synced: 22 Apr 2025

https://github.com/hwantage/hansearch

Json객체에서 한글 검색을 수행하는 라이브러리. 한글 초성 검색을 지원한다. Library for performing Korean search within JSON objects. Supports Korean initial consonant search.

hangul npm-package searching-algorithms

Last synced: 02 Jul 2025

https://github.com/ehsanshahbazii/data-structure-and-algorithms

💻A collection of the most famous and useful data structures implemented in Java. The questions and methods of the book are also written. The source of the codes is the book Data structures in Java.💻

algorithm algorithms cll dll dynamic-programming queue search-algorithm searching-algorithms sll sorting-algorithm sorting-algorithms tree-algorithm tree-algorithms tree-structure vector

Last synced: 09 Oct 2025

https://github.com/daoud-hussain/90-days-of-data-structures

All the things you don't know but you wanted to know about DSA will be found here. Don't forget to star the repo. Let's play with Data Structurs together.

cplusplus data-structure-and-algorithms dsa graphs linkedlists queue searching-algorithms sorting-algorithms stack trees

Last synced: 25 Apr 2025

https://github.com/venkat-0706/dsa-algo

Comprehensive collection of DSA algorithms with implementations and explanations. Aiming to master Data Structures and Algorithms one step at a time!

backtracking-algorithm data-structures divide-and-conquer dynamic-programming graph-algorithms greedy-algorithms hashing recursion-algorithm searching-algorithms sorting-algorithms

Last synced: 13 Apr 2025

https://github.com/raypereda/multisearch

This is a command-line program for searching text for multiple words (or phrases) in a single pass. The runtime is O(n + m + z), where n is the length of the searched text, m is the total length of all the words we are looking for, and z is the total number of occurrences of words we are looking for.

aho-corasick-algorithm java search-in-text searching-algorithms

Last synced: 11 Apr 2025

https://github.com/mauricechouam/leetcode-training

LeetCode is a platform for preparing technical coding interviews. Pick from an expanding library of more than450 questions, code and submit your solution to see if you have solved it correctly

algorithms-and-data-structures array-nums complexity critical-thinking javascript problem-solving problems-solving searching-algorithms

Last synced: 07 Oct 2025

https://github.com/aditeyabaral/daa-lab-ue18cs255

A repository containing the source codes for the Design and Analysis of Algorithms Laboratory course (UE18CS255) at PES University.

algorithms brute-force c data-structures graphs searching searching-algorithms sorting sorting-algorithms-implemented

Last synced: 16 Apr 2025

https://github.com/Superserx/Superserx

Superserx is search engine dorking project, you can find direct download links for your favourite moves, games, webseries etc

dork dorking google google-dork-generator google-dorking google-dorks search-engine searching-algorithms

Last synced: 31 Mar 2025

https://github.com/gaganreddyin/codequest-searchengine

CodeQuest Search is a powerful full-stack web application that allows users to search for coding problems from popular platforms like LeetCode, Codeforces, and CodeChef. By implementing web scraping and the TF-IDF algorithm, this tool provides accurate and relevant coding problem recommendations based on user queries.

capstone-project datastructures-algorithms final-year-project fullstack-development python-project search-engine searching-algorithms

Last synced: 09 Apr 2025

https://github.com/hadialqattan/maze-solver-visualizer

Maze solver visualizer, solving mazes using A*, BFS and DFS algorithms visually with steps show and distance report.

ai astar-algorithm bfs-algorithm datastructures dfs-algorithm educational-project gplv3 gui oop pygame python3 searching-algorithms shortest-path-algorithm visualization

Last synced: 04 Sep 2025

https://github.com/rkreddybogati/algorithms-data-structures

Master algorithm and data structure concepts with this comprehensive preparation repository! Dive into a curated collection of must-do interview problems sourced from GeekforGeeks. Sharpen your coding skills and ace technical interviews with hands-on practice in a collaborative learning environment.

algorithms arrays data-structures geeksforgeeks geeksforgeeks-solutions java math matrix searching-algorithms sorting-algorithms

Last synced: 14 Apr 2025

https://github.com/cizr/perlcodingtoolkit

This repository contains a diverse collection of Perl scripts and utilities designed to assist developers in various aspects of programming and problem-solving.

client-server compression-algorithm cryptography cybersecurity data-structures digitalforensics graph perl perl5 problem-solving recursion scheduling-algorithms searching-algorithms sorting-algorithms tree webprogramming

Last synced: 21 Apr 2025

https://github.com/shadmeoli/mostly_used_interview_algorithms

A group of most common interview question that I have come accross and fixed some with help

array-manipulations loops searching-algorithms

Last synced: 25 Jul 2025

https://github.com/mvharsh/data-structures

This repository contains all my data structures code in C++ language

cpp data-structures disjoint-sets graph hash heap linked-list queue searching-algorithms sorting-algorithms stack trees

Last synced: 03 Mar 2025

https://github.com/hardik-panchariya/data-structures-java

This repository features Java implementations of data structures and algorithms, built from scratch with detailed explanations.

dsa dsa-algorithm dsa-practice java searching-algorithms sorting-algorithms

Last synced: 18 Aug 2025

https://github.com/arturbomtempo-learning/pucminas-aeds2-assignments

Content developed throughout the Data Structures and Algorithms II course in the second semester of the Computer Science program at PUC Minas, including exercises, activities, and other implementations.

algorithms binary-search binary-tree bubble-sort c data-structures heap-sort insertion-sort java list queue quicksort radix-sort searching-algorithms selection-sort sequential-search sorting-algorithms stack

Last synced: 09 Jul 2025

https://github.com/rahul-ghadge/demoprogramspython

Python demo programs on Data Structures, Sorting, Searching, Number operations, String Operations and many more.

data-structures python3 searching-algorithms sorting-algorithms

Last synced: 26 Dec 2025

https://github.com/sayedtahsin/competitive_programming

Algorithms and Data Structures for competitive Programming.

bitwise cpp dsa graph-algorithms number-theory searching-algorithms sorting-algorithms

Last synced: 13 Apr 2025

https://github.com/remierichards/kmpsearch-rs

Rust implementation of Knuth-Morris-Pratt Searching

kmp-algorithm rust-library searching-algorithms string-search

Last synced: 23 Oct 2025

https://github.com/raphaelsenn/ai-notebooks

Some ai notebooks about Rational agents, Searching, Constraint satisfaction, Board games, Machine learning, Deep learning.

artificial-intelligence board-game deep-learning machine-learning neural-network python3 rational-agent search-algorithm searching-algorithms

Last synced: 10 Jul 2025

https://github.com/hassanzaibjadoon/dsa_project

This repository contains a simple community management system implemented in C++. It allows users to add, display, update, remove, sort, and search for community members. The project utilizes a linked list to manage members efficiently and includes functionality for storing member details in a text file.

data-structures data-structures-and-algorithms file-io linked-lists member-management searching-algorithms sorting-algorithms

Last synced: 28 Oct 2025

https://github.com/santosl2/javascript-algorithms-explain

Some of most popular Searching and Sorting algorithms, made in Javascript

algorithm algorithms javascript searching-algorithms sorting-algorithms

Last synced: 23 Mar 2025

https://github.com/p4nk4j/algorithms

Enhancement of coding skills with Algorithms in Python

dynamic-programming graph-algorithms greedy-algorithms searching-algorithms sorting-algorithms

Last synced: 30 Jun 2025

https://github.com/yuhima03/yuh.collections

A .NET library that provides collection types and methods to search through a collection.

collections csharp csharp-library deque dotnet dotnet-library searching-algorithms

Last synced: 09 Apr 2025

https://github.com/zaddyai/lms

The Library Management System, developed using PHP and MySQL Workbench, provides a comprehensive platform for managing library resources and enhancing user engagement

library-management-system lms php searching-algorithms

Last synced: 19 Jul 2025

https://github.com/nicklucche/ai-toy-games

Implementation of toy games and classical AI solvers (+reinforcement learning cameo).

artificial-intelligence csp games reinforcement-learning searching-algorithms

Last synced: 09 Apr 2025

https://github.com/zebbern/dorkingwordlists

🧾 | Google Dorks for automation and manual search a list containing my most used dorks in bug bounty and pentesting!

bugbounty dorking dorking-list dorks exploit googe-dorking google google-hacking google-search google-sheets hacking osint osint-list pentest pentesting search-engine searching-algorithms wordlist worlists

Last synced: 11 Mar 2025

https://github.com/mrbelga/algorithms-search-sort

Repo de algoritmos de busca e ordenação, eficiência em estruturas (interna/externa). Árvores, classificação em memória (vetores, listas) e externa (arquivos binários). Disciplina de Ciência da Computação, focada na escolha eficiente de algoritmos para resolver problemas específicos.

data-structures estrutura-de-dados java search-algorithm searching-algorithms thread threads

Last synced: 01 Apr 2025

https://github.com/raphaelsenn/info-retrieval-notebooks

Some information retrieval algorithms and datastructures (inverted index, ranking (bm25, tf, idf scores), fuzzy search, ...)

data-science fuzzy-search information-retrieval information-systems inverted-index searching-algorithms

Last synced: 25 Dec 2025

https://github.com/wimpywarlord/study-buddy

🐋 Solution to 𝐩𝐨𝐨𝐫 𝐜𝐨𝐦𝐦𝐮𝐧𝐢𝐜𝐚𝐭𝐢𝐨𝐧, 𝐬𝐩𝐫𝐞𝐚𝐝 𝐨𝐟 𝐦𝐢𝐬𝐢𝐧𝐟𝐨𝐫𝐦𝐚𝐭𝐢𝐨𝐧, and a 𝐥𝐚𝐜𝐤 𝐨𝐟 𝐜𝐨𝐥𝐥𝐚𝐛𝐨𝐫𝐚𝐭𝐢𝐯𝐞 𝐥𝐞𝐚𝐫𝐧𝐢𝐧𝐠 due to COVID-19 Pandemic.

express html javascript nodejs pwa searching-algorithms whatsapp

Last synced: 24 Jun 2025

https://github.com/jamal-saadeddin/vidly

Vidly is small movies app, build throughout React course in order to learn react skills (Pagination, Filtering, Sorting, Searching, React Routing)

code-review filtrering javascript joi-validation pagination react react-hooks react-router searching-algorithms sorting

Last synced: 13 Mar 2025