Projects in Awesome Lists tagged with searching-algorithms
A curated list of projects in awesome lists tagged with searching-algorithms .
https://github.com/nextapps-de/flexsearch
Next-Generation full-text search library for Browser and Node.js
elasticsearch full-text-search fulltext-search fuzzy fuzzy-search javascript javascript-library nodejs open-source search search-algorithm search-engine search-in-text searching searching-algorithms web web-worker
Last synced: 12 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 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/kelvins/algorithms-and-data-structures
:abacus: Algorithms and Data Structures in several Programming Languages
algorithms data-structures-and-algorithms education hacktoberfest learning practice searching-algorithms sorting-algorithms
Last synced: 14 May 2025
https://github.com/hamelsmu/code_search
Code For Medium Article: "How To Create Natural Language Semantic Search for Arbitrary Objects With Deep Learning"
code-search data-science deep-learning fastai keras machine-learning machine-learning-on-source-code ml-on-code natural-language-processing nlp python pytorch search search-algorithm searching-algorithms semantic-search semantic-search-engine tensorflow tutorial
Last synced: 19 Jun 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/dentrax/data-structures-with-go
Data Structures with Go Language
algorithms arrays binary-search binary-search-tree binary-trees collections data-stuctures dictionary educational go golang golang-examples graph-algorithms interview-questions linked-list queue searching-algorithms sorting-algorithms stack tree
Last synced: 09 Apr 2025
https://github.com/SanjayDevTech/Code-with-love
Open source programming algorithms
algorithms android c cpp data-structures good-first-issue hacktoberfest java javascript kotlin php python searching-algorithms sorting-algorithms
Last synced: 20 Mar 2025
https://github.com/nextapps-de/bulksearch
Lightweight and read-write optimized full text search library.
full-text-search fulltext-search javascript javascript-library node-module nodejs open-source search search-algorithm search-engine search-in-text searching searching-algorithms standalone web
Last synced: 10 Jun 2025
https://github.com/shikha-code36/data-structures-and-algorithm-patterns
Data Structures and Algorithms Patterns that I followed ,implemented in Python
algorithms arrays backtracking bit-manipulation coding-interviews data-structures dynamic-programming graphs heap interview-preparation linked-list python-ds-algo queues recursion searching-algorithms sorting-algorithms stack stacks strings trees
Last synced: 10 Apr 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/avinashn/programminginpython.com
This repo consists code of all the programs discussed at programminginpython.com website
algorithms-datastructures database datatypes dictionary lists-python python python-3-4 python-console python-gui python-tk python-tkinter python-tutorials searching-algorithms sets sorting-algorithms tkinter tuples
Last synced: 06 Oct 2025
https://github.com/bjarten/alvito
Alvito - An Algorithm Visualization Tool for Python
algorithm algorithms array create gif gifs jupyter-notebook matplotlib matrix numpy python seaborn searching searching-algorithms sorting sorting-algorithms visualization
Last synced: 08 Oct 2025
https://github.com/Algorithm-archive/Learn-Data_Structure-Algorithm-by-Javascript
Data Structure and Algorithm explanations with Implementations by Javascript
algorithms data-structures graph-algorithms javascript searching-algorithms sorting-algorithms
Last synced: 17 Apr 2025
https://github.com/anantkaushik/data-structures-and-algorithms
Data Structures and Algorithms implementation in Python
algorithm algorithms algorithms-and-data-structures algorithms-implemented array data-structures kadanes-algorithm linked-list python python-algorithms python-data-structures python3 queue searching-algorithms sorting sorting-algorithms stack trees
Last synced: 16 Sep 2025
https://github.com/patilharshal16/data-structures
Computer science data structures and algorithms implementation from scratch
algorithms computer-science data-science data-structures datascience datastructures deque doubly-linked-list enqueue implementation-from-scratch implementation-of-algorithms implementation-of-data-structures java java-8 linked-list queue searching-algorithms sorting-algorithm sorting-algorithms stack
Last synced: 04 Apr 2025
https://github.com/absognety/python-hackerrank-solutions
Hackerrank Solutions for Python - Total 115 Challenges
hackerrank hackerrank-challenges hackerrank-python hackerrank-solutions python python2 python3 searching-algorithms sorting-algorithms string strings-manipulation
Last synced: 13 Jul 2025
https://github.com/deutranium/algorithms
Short explanations and implementations of different algorithms in multiple languages
algorithms good-first-issue hacktoberfest hacktoberfest2020 hacktoberfest2021 hacktoberfest2022 hacktoberfest2023 primality-test searching-algorithms sort sorting-algorithms
Last synced: 01 Aug 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/metanet/java-algorithms-data-structures
Solutions for popular algorithms and data structures problems on leetcode
array backtracking binary-search binary-search-tree binary-tree breadth-first-search depth-first-search dynamic-programming graph-algorithms greedy-algorithms heap java linked-list matrix queue recursion searching-algorithms sorting-algorithms stack string
Last synced: 15 Jun 2025
https://github.com/prathimacode-hub/PyAlgo-Tree
👍This project aims to be a finest hub of various data structures and algorithms using python. Feel free to contribute and show your support by ✨ this repository.
arithmetic backtracking-algorithm bit-manipulation ciphers computer-vision contributions-welcome cryptography data-structures data-structures-and-algorithms deep-learning dynamic-programming hacktoberfest hacktoberfest2022 machine-learning-algorithms open-source pathfinding python3 scheduling-algorithms searching-algorithms sorting-algorithms
Last synced: 17 Apr 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/jacobwilliams/fortran-search-and-sort
Searching and sorting with modern Fortran
binary-search fortran quicksort searching-algorithms sorting-algorithms
Last synced: 14 Apr 2025
https://github.com/sharadbhat/nodorithm
NPM package for algorithms.
algorithm javascript nodejs npm-package searching-algorithms sorting-algorithms
Last synced: 03 Aug 2025
https://github.com/gmal1/algoholics-anon
algorithms and data structures
algorithms data-structures javascript kotlin python searching-algorithms sorting-algorithms trees typescript
Last synced: 19 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/koldim2001/youtube_frame_searcher
Youtube video moment searcher by text or photo
clip clip-model cosine-similarity searching-algorithms streamlit video-search webapp youtube youtube-dl youtube-search
Last synced: 04 Aug 2025
https://github.com/shikha-code36/competitive-python
Python Algorithms Package used in competitive programming
algorithms algorithms-and-data-structures bfs binary-search-tree competitive-coding competitive-programming data-structures data-structures-and-algorithms dfs dijkstra-algorithm graph-algorithms leetcode leetcode-python pypi-package python python-competitive-programming python-ds-algo searching-algorithms sorting-algorithms trees
Last synced: 10 Apr 2025
https://github.com/kolosovpetro/computer-science
Computer science, Algorithms, Data Structures, Object Oriented Programming, Design Patterns, SOLID
algorithms binary-tree computational-methods data-structures design-pattern design-patterns entity-framework graph heap net-mvc object-oriented-programming searching-algorithms solid solid-principles sort sorting-algorithms
Last synced: 04 Jul 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/edoardottt/multi-pdf-finder
Are you looking for a word in many pdf files? Do it one time. ⚡
bash find finder multi-pdf-finder pdf pdf-document pdf-files pdf-scraping python3 script search-algorithm search-in-text searching-algorithms text word wordsearch
Last synced: 21 Aug 2025
https://github.com/primaryobjects/oracle
Quantum computing "Hello World", using a letter search with Grover's algorithm and Qiskit.
grover-algorithm grovers-algorithm hello hello-world helloworld ibmq ibmq-qiskit-firstcircuit ibmquantumcomputing qiskit qiskit-tutorial quantum quantum-algorithms quantum-computing search-algorithm searching-algorithms
Last synced: 13 Aug 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/abranhe/allalgorithms-js
The All ▲lgorithms Javascript Library
algorithm algorithms allalgorithms data-structures javascript js math searching-algorithms sorting-algorithms
Last synced: 23 Mar 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/shoaibrayeen/course-work
The repository contains All the related books, PPTs and Codes related to the Course.
c complexity-analysis computer-graphics computer-networks concept cpp cryptography-algorithms data-mining data-structures machine-learning namespaces neural-network operating-system searching-algorithms sorting-algorithms
Last synced: 23 Apr 2025
https://github.com/devinterview-io/searching-algorithms-interview-questions
🟣 Searching Algorithms interview questions and answers to help you prepare for your next data structures and algorithms interview in 2024.
algorithms algorithms-and-data-structures algorithms-and-data-structures-interview-questions algorithms-interview-questions coding-interview-questions data-structures data-structures-and-algorithms data-structures-and-algorithms-interview-questions data-structures-interview-questions searching-algorithms searching-algorithms-interview-questions searching-algorithms-questions searching-algorithms-tech-interview software-architecture-interview software-architecture-interview-questions software-developer-interview software-engineer-interview
Last synced: 26 Jul 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/rizanw/romania-a-star-algorithm
Romania Problem with A* Algorithm - AI Class Homework
a-star-algorithm a-star-search ai algorithm pathfinding python python3 romania searching-algorithms
Last synced: 13 Apr 2025
https://github.com/skshahriarahmedraka/datastructure-algorithm-designpatterns-in-golang
DataStructure, Algorithm, Design Patterns in Golang
algorithm algorithms cipher-algorithms cryptography data-structures design-patterns dynamic-programming encryption golang graph greedy-algorithms math search-algorithm searching-algorithms sorting-algorithms stack string tree-structure
Last synced: 13 May 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/ocramz/depq
Double-ended priority queues
double-ended-queue priority-queue priority-search-queue scheduling-algorithms searching-algorithms sorting-algorithms
Last synced: 14 Apr 2025
https://github.com/varuns2002/python-data-structures-algorithms
Repository for Data Structures and Algorithms in Python.
binary-tree-traversal data-structures-algorithms double-ended-queue factors-factorial matrix-calculations pascals-triangle permutations-and-combinations python searching-algorithms sorting-algorithm-visualizations stack tower-of-hanoi
Last synced: 27 Oct 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/kolosovpetro/search-algorithms
Search algorithms and their benchmarks
binary-search linear-search search-algorithm searching-algorithms
Last synced: 29 Oct 2025
https://github.com/elysian01/algo-visualization
Visualization of various Pathfinding , Searching and Sorting algorithms
algorithm-visualisation algorithms algorithms-and-data-structures e-learning javascript pathfinding-algorithm php searching-algorithms sorting-algorithms visualization website
Last synced: 12 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/genesisblock3301/coding_interview_preparation
It's totally coding interview preparation repo, based on python programming language. Try to follow algorithm and data structure's best practice.
algorithms-and-data-structures binary-search-tree coding coding-interview datastructures dynamic-programming graph-algorithms graphtheory greedy-algorithms hashmap linked-list oop python recursion searching-algorithms sorting-algorithm sorting-algorithms stack-queue
Last synced: 24 Aug 2025
https://github.com/zhanpenghe/usc-cs-courses
Upload some of the assignments or projects for record.
android angular4 artificial-intelligence coursework knowledgebase minimax nodjs robotics searching-algorithms usc webtechnology
Last synced: 26 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/mofirojean/data-structure-and-algorithm-with-python
Contains Various Data Structures and their Implementation in Python
array linked-list queue recursion searching-algorithms sorting-algorithms stack tree-structure
Last synced: 30 Jun 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/spacerumsfeld-code/js-data-structures-algorithm-refresher
This project is for anyone looking for a refresher in rudimentary data structures and algorithms in Javascript!
algorithm binary-heap binary-search-tree data-structures graph hashtable javascript linked-list priority-queue queue refresher searching-algorithms sorting-algorithms stack
Last synced: 04 Sep 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/ibra-kdbra/CodeConjurer
C++/C playground
algorithms c cmake collision-detection cpp data-structures game-engine json makefile monitoring-tool opengl qml qt6-gui searching-algorithms sfml2
Last synced: 01 May 2025
https://github.com/jjunghyup/kazematching
KazeMatching
almost-same kaze kazematching python python3 searching-algorithms searching-image
Last synced: 22 Aug 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/madhurimarawat/data-structure-using-c
This repository contains programs in the C programming language related to Data Structures.
add-digit basic-programming c data-structures deletion-in-array dynamic-memory-allocation insertion library-functions linked-list linked-list-in-c menu-driven-program priority-queue queue searching-algorithms sorting-algorithms sorting-algorithms-implemented stack static string-functions user-defined-functions
Last synced: 26 Aug 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/tpsatish95/covid19-search-engine
Localized and Personalized Search Engine for COVID-19
coronavirus covid-19 information-retrieval machine-learning nlp search-engine searching-algorithms
Last synced: 10 Oct 2025
https://github.com/oovm/sort-puzzle-rs
ball-sort-puzzle game-solution game-solver searching-algorithms
Last synced: 28 Mar 2025
https://github.com/kalifou/fitness_landscape_analysis_nas
Fitness Landscape Analysis for NAS
automl evolutionary-computation fitness-landscape-analysis neural-architecture-search searching-algorithms
Last synced: 27 Oct 2025
https://github.com/owenaedwards/data-structures-and-algorithms
Helping a friend review data structures & algorithms in Java with me.
algorithms data-structures data-structures-and-algorithms graph-algorithms java searching-algorithms sorting-algorithms
Last synced: 28 Oct 2025
https://github.com/krishnalagad/learn-java-with-me
Repository contains data structure and collection framework programs in java.
collections-framework data-structures graph-algorithms leetcode-solutions linked-list loops-and-iterations queue regular-expressions searching-algorithms sorting-algorithms stack star-patterns strings tree-structure
Last synced: 22 Jul 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/giuliom/basiccpplibrary
Basic Cpp Library
algorithms concurrency cplusplus cplusplus-11 cpp cpp-library cpp11 cpp14 cpp17 cpp20 cpp23 memory-management multithreading regex-match searching-algorithms smart-pointers sorting-algorithms
Last synced: 29 Oct 2025
https://github.com/devansh-maurya/sem-4-lab-assignments
Laboratory Assignments for the fourth semester at NIT Meghalaya
algorithm algorithms-and-data-structures assembly assembly-language assembly-language-programming assignments c computational-chemistry computer-architecture computer-organisation computer-organization graph-algorithms mips mips-assembly nit-meghalaya search-algorithm searching-algorithms sorting sorting-algorithms sorting-algorithms-implemented
Last synced: 23 Jul 2025
https://github.com/mddragnev/8-puzzle
A* algorithm solving 8-puzzle game
8-puzzle a-star-algorithm artificial-intelligence astar-pathfinding heuristic-search-algorithms heuristics puzzle puzzle-solution searching-algorithms
Last synced: 26 Feb 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/mansurpro/gym_exercises
Gym exercises, suggestions
api frontend javascript pagination react repid-api rest-api searching-algorithms
Last synced: 05 Apr 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