An open API service providing repository metadata for many open source software ecosystems.

Topic: "bfs-dfs"

AbdullahArean/Design-And-Analysis-Of-Algorithm-Data-Structure

Data structure and algorithms are two of the most important aspects of computer science. Data structures allow us to organize and store data, while algorithms allow us to process that data in a meaningful way.

Language: C++ - Size: 4.73 MB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 12 - Forks: 2

LucasAlv3s/Computer-Intelligence

Language: Jupyter Notebook - Size: 553 KB - Last synced at: about 2 years ago - Pushed at: over 3 years ago - Stars: 6 - Forks: 0

huanhuanonly/Codeforces

Some interesting problems I solved on competition platforms such as codeforces

Language: C++ - Size: 151 KB - Last synced at: 27 days ago - Pushed at: 4 months ago - Stars: 2 - Forks: 0

TryOmar/ShellX

A basic shell interface that supports the execution of a series of commands.

Language: C# - Size: 88.9 KB - Last synced at: 15 days ago - Pushed at: 12 months ago - Stars: 2 - Forks: 0

Shaik-Sohail-72/DSA

This repository is my personal DSA playground, dedicated to self-improvement and skill enhancement. Through diverse coding challenges and detailed solutions, I aim to refine my Data Structures and Algorithms expertise. Join me in this journey of continuous learning and growth in the realm of computer science.

Language: Java - Size: 285 KB - Last synced at: about 2 months ago - Pushed at: over 1 year ago - Stars: 2 - Forks: 0

ambuj2000/Graph-Algorithms-and-Problems

All the important graph algorithms and problems

Language: C++ - Size: 179 KB - Last synced at: about 2 months ago - Pushed at: about 2 months ago - Stars: 1 - Forks: 0

Sanikakadamm/AI-TYBSCIT

Practicals from sem 5 of bsc IT,Third year

Language: Python - Size: 19.5 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 1 - Forks: 0

sunami09/ImportantAlgorithms

This repo contains all the important algorithms required for competitive coding. Data structure and Algorithm (DSA) is applied in all disciplines of software development. DSA is the building block of the software development process. It is not limited to a single programming language. Although programming languages evolve or get dormant over time, DSA is incorporated into all of these languages.

Language: C++ - Size: 58.6 KB - Last synced at: 3 months ago - Pushed at: about 3 years ago - Stars: 1 - Forks: 0

Jia2005/AI-Codes-in-Java

โœจ Late-night Java AI coding adventures from my college days! Path-finding algorithms, genetics, prolog and other codes that compile and run perfectly. All implemented in Java for your programming assignments and projects! โ˜•๐Ÿ’ก

Language: Java - Size: 27.3 KB - Last synced at: 4 days ago - Pushed at: 4 days ago - Stars: 0 - Forks: 0

Jia2005/AI-codes-in-Python

โœจ My collection of AI code from college nights! Search algorithms, genetic stuff, and other weird computer-thinky code that actually works - all written in Python! Grab it if you're stuck on assignments! ๐Ÿ’ปโ˜•

Language: Python - Size: 11.7 KB - Last synced at: 4 days ago - Pushed at: 4 days ago - Stars: 0 - Forks: 0

JoyM268/sdmcet-aiml

Repository of all the programs taught in AIML Lab at SDMCET, 2025

Language: Jupyter Notebook - Size: 4.18 MB - Last synced at: 12 days ago - Pushed at: 12 days ago - Stars: 0 - Forks: 0

NimraRauf1/BasicAI_Algorithms

Collection of basic AI algorithms implemented in Python.

Size: 0 Bytes - Last synced at: 13 days ago - Pushed at: 13 days ago - Stars: 0 - Forks: 0

VA-run23/Data-Structures-And-Algorithms

In this repository, I am currently pushing all the C++ code that I wrote while learning Data Structures and Algorithms (DSA). Feel free to explore the code examples and use them for your own learning journey. If you have any suggestions or find any issues, your contributions are welcome!

Language: C++ - Size: 5.97 MB - Last synced at: 14 days ago - Pushed at: 14 days ago - Stars: 0 - Forks: 0

KhushiiAgarwal/DataStructures

Data Structure in C Programming for strong fundamentals

Language: C - Size: 106 KB - Last synced at: 24 days ago - Pushed at: 25 days ago - Stars: 0 - Forks: 0

AzizbekEshpolatov/_algorithms_with_dart_

๐Ÿ“Š Algorithms Learning โ€“ A collection of essential algorithms with explanations and implementations to strengthen problem-solving and coding skills.

Language: Dart - Size: 57.6 KB - Last synced at: about 2 months ago - Pushed at: about 2 months ago - Stars: 0 - Forks: 0

sujith014/leetcode-java-solutions

Language: Java - Size: 99.6 KB - Last synced at: 2 months ago - Pushed at: 4 months ago - Stars: 0 - Forks: 0

Ankit2004tiwari/DSA-Problem-Set-II

This repository contains a curated collection of Data Structures and Algorithms (DSA) problems along with detailed solutions. It serves as a valuable resource for individuals preparing for technical interviews and seeking to enhance their coding skills. The problems are categorized by topic and difficulty, accompanied by clear explanations and code

Language: C++ - Size: 80.1 KB - Last synced at: 6 months ago - Pushed at: 6 months ago - Stars: 0 - Forks: 0

Ankit2004tiwari/DSA-Problem-Set-1

DSA Interview Prep: A comprehensive collection of Data Structures and Algorithms (DSA) interview problems and their solutions, designed to help candidates prepare effectively for technical interviews. This repository includes a variety of problems and solutions in multiple programming languages, making it a valuable resource for software engineers.

Language: C++ - Size: 88.9 KB - Last synced at: 8 months ago - Pushed at: 8 months ago - Stars: 0 - Forks: 0

marixp/DFS_BFS

CS: Data Structures - Directed Graph DFS & BFS --- Use edge node structure for adjacency list (directed graph), custom queue algorithm for BFS, custom list class implementation for adjacency list. BFS and DFS algorithms used.

Language: C++ - Size: 867 KB - Last synced at: 9 months ago - Pushed at: 9 months ago - Stars: 0 - Forks: 0

dresta-V/Snake-Remake

[Rebuild] Snake Remake ๐Ÿ is an upgraded edition of my past project, 'Unconventional Snake Xenia.' It's an AI-driven snake game featuring a custom neural network. ๐Ÿง  The menu-driven interface offers visualizations of different pathfinding algorithms! ๐ŸŽฎ

Language: Python - Size: 853 KB - Last synced at: 12 months ago - Pushed at: 12 months ago - Stars: 0 - Forks: 0

vivian-hir/6.0002

Labs I completed in 6.0002 spring 2023

Language: Python - Size: 2.56 MB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

ellielle/path-finder

A simple maze creator and solver in Python

Language: Python - Size: 19.5 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

wanzhuz/delivery-service

a delivery service system in python

Language: Python - Size: 10.7 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

Mohuva13/DFS_BFS

DFS and BFS finder + Graph connectivity

Language: Python - Size: 95.7 KB - Last synced at: almost 2 years ago - Pushed at: almost 2 years ago - Stars: 0 - Forks: 0

jAzz-hub/Matrix_Search

Trabalho Prรกtico da Disciplina de Algoritmos e Estruturas de Dados 1

Language: C - Size: 1.48 MB - Last synced at: almost 2 years ago - Pushed at: almost 2 years ago - Stars: 0 - Forks: 0

harshdeepkalita/LP2

This repository consists of the lab practice assignments that I completed during the lab sessions of Semester 6 in college.

Language: Jupyter Notebook - Size: 6.84 KB - Last synced at: almost 2 years ago - Pushed at: almost 2 years ago - Stars: 0 - Forks: 0

anupbhowmik/DSA-2-CSE-208

Useful data structures and algorithms mostly related to Graphs.

Language: C++ - Size: 6.82 MB - Last synced at: about 2 years ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

MBadriNarayanan/AdvancedDataStructuresLab ๐Ÿ“ฆ

Advanced Data Structures Lab work done during IV Semester

Language: C++ - Size: 15.6 MB - Last synced at: about 2 years ago - Pushed at: over 3 years ago - Stars: 0 - Forks: 0

nehagupta1738/Flames Fork of akash3317/Flames

Implementation of different path finding algorithms

Size: 5.2 MB - Last synced at: almost 2 years ago - Pushed at: almost 5 years ago - Stars: 0 - Forks: 0

Related Topics
bfs 6 python 6 bfs-algorithm 5 astar-algorithm 5 dfs-algorithm 5 data-structures 5 graph-algorithms 4 bfs-search 4 cpp 4 dynamic-programming 4 ai 4 dfs 4 linked-list 4 dijkstra-algorithm 4 binary-search 3 arrays 3 graph 3 genetic-algorithm 3 algorithms 3 binary-search-tree 3 strings 3 stack 3 tree-structure 3 dfs-search 3 hashing 2 trees 2 binary-tree 2 artificial-intelligence 2 n-queens-problem 2 templates 2 queues 2 greedy-algorithms 2 recursion 2 queue 2 dsa-algorithm 2 tree-search 2 machine-learning 2 sorting-algorithms 2 prolog 2 hill-climbing 2 college-assignment 2 heap 2 two-pointers 2 algorithms-and-data-structures 2 graphs-algorithms 2 optimization-algorithms 1 greedy-search 1 beam-search 1 alphabeta-minimax-search 1 algorithm 1 pathfinding-algorithm 1 pathfinding-visualizer 1 pygame 1 snake-game 1 command-line 1 console-application 1 csharp 1 file-management 1 oop-in-csharp 1 shell-simulation 1 mergesort 1 quicksort 1 adjacency-list 1 adjacency-lists 1 directed-graph 1 directed-graphs 1 edge-node 1 apna-college 1 apna-college-yt-playlist 1 graph-theory 1 optimization 1 math 1 matrix 1 sortings 1 trie 1 acm-icpc 1 atcoder 1 balanced-tree 1 codeforces 1 divide-and-conquer 1 layered-graph 1 luogu 1 network-flow 1 nowcoder 1 persistent-data-structure 1 shortest-path 1 string-matching 1 gbfs 1 java 1 ucs 1 c-programming 1 searching-algorithms 1 stacks 1 heuristic-search-algorithms 1 hill-climbing-search 1 iterative-deepening-search 1 minmax-algorithm 1 uniform-cost-search 1 8puzzle-solver 1 decision-trees 1