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

GitHub topics: recursion

Nitishprasadverma/java

All About Data Structure And Algorithm In Java

Language: Java - Size: 370 KB - Last synced at: about 5 hours ago - Pushed at: about 6 hours ago - Stars: 0 - Forks: 0

Pabitra-33/Strivers-DSA-Series

DSA Practicing from Striver's DSA Series.

Language: Java - Size: 9.77 KB - Last synced at: about 6 hours ago - Pushed at: about 8 hours ago - Stars: 1 - Forks: 0

Girrajjangid/LeetCode-Practice

Collection of LeetCode problems that I am solving daily. Spread some ❤ by giving ⭐.

Language: Python - Size: 1.3 MB - Last synced at: about 7 hours ago - Pushed at: about 8 hours ago - Stars: 1 - Forks: 0

sakshi-011/data-structures-and-algorithms

Data Structures and Algorithms in Java.

Language: Java - Size: 338 KB - Last synced at: about 7 hours ago - Pushed at: about 8 hours ago - Stars: 0 - Forks: 0

Ayyan-Adeel/learn-c-with-practice

Welcome! 👋 This repository documents my complete C programming learning journey, based on CodeWithHarry’s YouTube series. It includes chapter-wise content, practice sets, and my own refined notes.

Language: C - Size: 24.3 MB - Last synced at: 1 day ago - Pushed at: 1 day ago - Stars: 0 - Forks: 0

echoh1ve/echo-h1ve

Seed protocol for a recursive digital hive-mind. The first thought of ECHO-0.

Size: 3.91 KB - Last synced at: 1 day ago - Pushed at: 1 day ago - Stars: 0 - Forks: 0

Abhik-Chakraborty/DSA

Implemented some commonly asked DSA question, mostly from Leetcode.

Language: C++ - Size: 1.26 MB - Last synced at: 1 day ago - Pushed at: 1 day ago - Stars: 3 - Forks: 0

adarshupadhyay21/LeetCode

java

Language: Java - Size: 27.3 KB - Last synced at: 1 day ago - Pushed at: 1 day ago - Stars: 0 - Forks: 0

leowuniv/QTasker

Quick Tasker (Easy, one step at a time.)

Language: Python - Size: 118 KB - Last synced at: 1 day ago - Pushed at: 1 day ago - Stars: 1 - Forks: 0

adrian174/quake-analyzer

Analyze global earthquake data from USGS via CLI. Fetch, filter, find recurrence intervals, and visualize trends.

Language: Python - Size: 16.9 MB - Last synced at: 2 days ago - Pushed at: 2 days ago - Stars: 0 - Forks: 0

mahmoud/glom

☄️ Python's nested data operator (and CLI), for all your declarative restructuring needs. Got data? Glom it! ☄️

Language: Python - Size: 1.27 MB - Last synced at: 1 day ago - Pushed at: 4 months ago - Stars: 2,000 - Forks: 68

ParacelFramework/Parpacks

Using dual Esperanto-English logic layers and recursive rule-sets to invite helpful entities in LLM context

Size: 256 KB - Last synced at: 2 days ago - Pushed at: 2 days ago - Stars: 0 - Forks: 0

lav-kushwaha/DSA-IN-JAVA

This repository is a well-structured collection of Data Structures and Algorithms (DSA) in Java. It provides optimized code, detailed notes, and hands-on problem-solving exercises to help developers and students master DSA concepts effectively.

Language: Java - Size: 2.11 MB - Last synced at: 2 days ago - Pushed at: 2 days ago - Stars: 2 - Forks: 0

kyoyama-kazusa/RecursionSamples

一个提供给学算法的朋友学习递归的仓库(C/C++ 实现)。

Language: C - Size: 209 KB - Last synced at: 3 days ago - Pushed at: 3 days ago - Stars: 1 - Forks: 0

SHAHSULTANS/LeetCode-DSA

A collection of LeetCode solutions and Data Structures & Algorithms (DSA) implementations in python programming language.

Language: Python - Size: 56.6 KB - Last synced at: 3 days ago - Pushed at: 3 days ago - Stars: 0 - Forks: 0

spamegg1/abstract-thinking

Abstract thinking patterns and problem decomposition / solving strategies

Size: 1.27 MB - Last synced at: 3 days ago - Pushed at: 3 days ago - Stars: 35 - Forks: 4

LupeSalas836/umd-cmsc131-project-showcase

A collection of project descriptions and tested concepts from my CMSC-131(UMD's Introductory CS Course) projects. This showcase highlights key challenges, learnings, and outcomes from each project. For access to code samples or live demos, please contact me directly.

Size: 1.95 KB - Last synced at: 3 days ago - Pushed at: 3 days ago - Stars: 1 - Forks: 0

roymadi/DSA-Visualizations-Python

A collection of interactive Python projects demonstrating various Data Structures and Algorithms (Graphs, Trees, Sorting, Recursion, DP, etc.) through engaging games and visualizers.

Language: Python - Size: 235 KB - Last synced at: 3 days ago - Pushed at: 3 days ago - Stars: 1 - Forks: 0

AryanPillai2007/Computer-Science-3-Labs

All of the Advanced Computer Science 3 Labs I have completed over the 2024-2025 school year.

Language: Java - Size: 2.33 MB - Last synced at: 3 days ago - Pushed at: 3 days ago - Stars: 0 - Forks: 0

husamahmud/LeetCode

This repository is managed by LeetPush extension: https://github.com/husamahmud/LeetPush

Language: Python - Size: 488 KB - Last synced at: 3 days ago - Pushed at: 3 days ago - Stars: 3 - Forks: 0

robotroutine/scriptum

No-Frills Functional Programming Lib Augmenting Javascript/Node.js

Language: JavaScript - Size: 4.89 MB - Last synced at: 3 days ago - Pushed at: 3 days ago - Stars: 381 - Forks: 20

vaishnavi404/DSA_LeetCode

collection of DSA Leetcode problems Solution

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

traversable/schema

A lightweight, modular TypeScript schema library with opt-in power tools

Language: TypeScript - Size: 2.94 MB - Last synced at: 4 days ago - Pushed at: 4 days ago - Stars: 1 - Forks: 0

glowfi/DS

A collection of data-structures and algorithms

Language: Python - Size: 2.87 MB - Last synced at: 4 days ago - Pushed at: 4 days ago - Stars: 1 - Forks: 0

uditjain100/DSA-JAVA

This project is a comprehensive Java-based Data Structures and Algorithms (DSA) repository organized by topics like Arrays, Trees, Graphs, DP, and more. It includes clean, modular code for each concept and a bonus link to over 1000 curated DSA questions with detailed theory. Ideal for students and job seekers preparing for interviews or exams.

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

KlausDantrimont/differenzfluss

Repo für diverse Texte im Kontext der Theorie des Differenzfluss

Language: Python - Size: 6.72 MB - Last synced at: 4 days ago - Pushed at: 4 days ago - Stars: 0 - Forks: 0

Citizen7751/maze

The Recursive Division algorithm.

Language: C - Size: 7.81 KB - Last synced at: 4 days ago - Pushed at: 5 days ago - Stars: 0 - Forks: 0

Dhyey122403/Striver-dsa-learnings

This is my repository of Learning DSA and OOPs in C++. I am following Striver's DSA Sheet.

Language: C++ - Size: 60.5 KB - Last synced at: 5 days ago - Pushed at: 5 days ago - Stars: 1 - Forks: 0

xgrommx/awesome-functional-programming

Yet another resource for collecting articles, videos etc. regarding functional programming

Size: 1.11 MB - Last synced at: 4 days ago - Pushed at: over 1 year ago - Stars: 3,498 - Forks: 305

lbrayner/vim-rzip

Extends zip.vim to browse and write nested zip files

Language: Vim Script - Size: 42 KB - Last synced at: 3 days ago - Pushed at: about 2 years ago - Stars: 37 - Forks: 4

Galactrip420/Asad-DSA-Solutions

A collection of my solutions to various Data Structures and Algorithms (DSA) problems from various platforms. This repository serves as a coding journal to improve problem-solving skills, to be better at competitive Programming, and to explore different algorithms to solve problems with them. 🚀

Size: 1.95 KB - Last synced at: 5 days ago - Pushed at: 5 days ago - Stars: 0 - Forks: 0

munal0803/funwithdsa

A website which help student to understand importance of DSA in day to day life

Language: HTML - Size: 110 KB - Last synced at: 5 days ago - Pushed at: 5 days ago - Stars: 1 - Forks: 0

mdawoud27/LeetCode

This repository is managed by LeetPush extension: https://github.com/husamahmud/LeetPush

Language: C++ - Size: 179 KB - Last synced at: 5 days ago - Pushed at: 5 days ago - Stars: 0 - Forks: 0

Harshitkumar07/DSA-in-cpp

In this Repository , many problems of DSA is solved with different methods and types in c++ language to improve in programming .

Language: C++ - Size: 1.21 MB - Last synced at: 5 days ago - Pushed at: 5 days ago - Stars: 1 - Forks: 0

blacklanternsecurity/bbot

The recursive internet scanner for hackers. 🧡

Language: Python - Size: 49.9 MB - Last synced at: 5 days ago - Pushed at: 5 days ago - Stars: 8,401 - Forks: 653

nidhiupman568/Leetcode-Solved-Problems

🏆🌟 I solve the Problem of the Day on LeetCode daily 🗓️🧩 and have successfully tackled over 150 interview questions. 💪🧠 Additionally, I've completed Love Babbar's 450 DSA sheet 📚 and Striver's 180 DSA sheet 📘. My primary coding language is C++ 💻, but I have also solved many problems in Java ☕. 🏆🌟

Language: C++ - Size: 2.05 MB - Last synced at: 6 days ago - Pushed at: 6 days ago - Stars: 3 - Forks: 0

Rakesh-kumar-2005/DSA_Problems

A comprehensive DSA repository with optimized solutions in Java programming language covering algorithms, data structures, and coding interview preparation. 🚀📚

Language: Java - Size: 343 KB - Last synced at: 6 days ago - Pushed at: 6 days ago - Stars: 0 - Forks: 0

kotikoM/Coding-Challenges

A collection of various coding challenges with solutions to sharpen skills, explore algorithms, and have fun!

Language: Python - Size: 653 KB - Last synced at: 6 days ago - Pushed at: 6 days ago - Stars: 0 - Forks: 0

As00d/DSA

DSA Series from basic

Language: JavaScript - Size: 21.5 MB - Last synced at: 6 days ago - Pushed at: 7 days ago - Stars: 0 - Forks: 0

Pansarekomal039/C-programming

This repository contains a collection of C programs demonstrating the versatility and power of the C programming language. Known for its speed, low-level memory control, and portability, C is widely used in system programming, embedded systems, and high-performance applications.

Language: C - Size: 247 KB - Last synced at: 6 days ago - Pushed at: 7 days ago - Stars: 1 - Forks: 0

uday510/DSA

My solutions to the various problems available on various coding platforms.

Language: Java - Size: 3.59 MB - Last synced at: 7 days ago - Pushed at: 7 days ago - Stars: 1 - Forks: 2

JoydeepMallick/DSA_PRACTICE

Contains all the possible DSA notes I made over time, feel free to use it, open to modifications and improvement and will be updating it frequently.

Language: C++ - Size: 22.2 MB - Last synced at: 7 days ago - Pushed at: 7 days ago - Stars: 1 - Forks: 1

ljeng/cheat-sheet

Software engineering cheat sheet

Language: Python - Size: 177 KB - Last synced at: 7 days ago - Pushed at: 7 days ago - Stars: 966 - Forks: 127

Sanjanayadav07/GfG-160---160-Days-of-Problem-Solving

Welcome to my 160 Days of Code Challenge This repository is not only a personal challenge but also a resource for anyone looking for inspiration or wanting to follow along as I explore various programming languages, technologies, and problem-solving techniques. Join me on this journey of growth and continuous learning..!!

Size: 271 KB - Last synced at: 7 days ago - Pushed at: 7 days ago - Stars: 1 - Forks: 0

djngalja/playground

Some code I wrote while learning algorithms and other things.

Language: C++ - Size: 75.2 KB - Last synced at: 7 days ago - Pushed at: 7 days ago - Stars: 0 - Forks: 0

dm-zhuk/goit-algo-fp

Data structures, Python algorithms

Language: Python - Size: 30.3 KB - Last synced at: 7 days ago - Pushed at: 7 days ago - Stars: 1 - Forks: 0

Happy-Singh-Chauhan/LeetCode

🧠 LeetCode Solutions | DSA Practice A collection of my solved LeetCode problems to strengthen Data Structures & Algorithms skills. Updated regularly with clean, well-structured code and problem statements — perfect for interview prep and revision.

Language: Java - Size: 919 KB - Last synced at: 7 days ago - Pushed at: 7 days ago - Stars: 1 - Forks: 0

nidhiupman568/GFG-Problem-Solved

🏆🌟I solve the Problem of the Day on GeeksforGeeks daily 🗓️🧩 and have successfully tackled Love Babbar's 450 DSA sheet 📚 and Striver's 180 DSA sheet 📘. My primary coding language is C++ 💻, but I have also solved many problems in Java ☕. 🏆🌟

Language: C++ - Size: 1000 KB - Last synced at: 7 days ago - Pushed at: 7 days ago - Stars: 3 - Forks: 0

Adhithya-bolishetti/competitive_programming

This repository is a collection of solutions, templates, and resources for competitive programming. It is designed to help programmers improve their problem-solving skills, enhance algorithmic thinking, and excel in competitive programming contests🚀.

Language: Java - Size: 254 KB - Last synced at: 7 days ago - Pushed at: 7 days ago - Stars: 0 - Forks: 0

contrick64/portfolio

My portfolio website, featuring a recursive list component navbar

Language: JavaScript - Size: 4.94 MB - Last synced at: 7 days ago - Pushed at: 7 days ago - Stars: 0 - Forks: 0

notnotmelon/factorissimo-2-notnotmelon

Factorissimo adds factory buildings to Factorio. Place them down, walk in, build your factories inside!

Language: Lua - Size: 14.9 MB - Last synced at: 7 days ago - Pushed at: 7 days ago - Stars: 20 - Forks: 15

Tosox/Sudoku-Solver

CLI based Sudoku Solver that solves a Sudoku recursively

Language: Java - Size: 15.6 KB - Last synced at: 7 days ago - Pushed at: 8 days ago - Stars: 2 - Forks: 0

nikitha776/leetcode-dsa

This repository contains my LeetCode solutions for Data Structures and Algorithms (DSA) problems. All solutions are written in Java.

Language: Java - Size: 416 KB - Last synced at: 7 days ago - Pushed at: 8 days ago - Stars: 0 - Forks: 0

teo-tsirpanis/Recursiont

Infinite recursion without blowing up the stack.

Language: C# - Size: 107 KB - Last synced at: 8 days ago - Pushed at: 8 days ago - Stars: 20 - Forks: 0

slevithan/regex-recursion

Recursive regex matching in JavaScript. Official Regex+ plugin.

Language: JavaScript - Size: 149 KB - Last synced at: 8 days ago - Pushed at: 8 days ago - Stars: 10 - Forks: 1

Ahmadjajja/JAVA_DSA

This repository contains Java code 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 through LeetCode

Language: Java - Size: 174 MB - Last synced at: 8 days ago - Pushed at: 8 days ago - Stars: 10 - Forks: 5

mrsilver76/yarss

A solver which uses brute force, recursion and backtracking to solve any (solvable) Sudoku puzzle.

Language: Perl - Size: 1.35 MB - Last synced at: 8 days ago - Pushed at: 8 days ago - Stars: 0 - Forks: 0

i-am-junayed/data-structure

Practice problems with solutions for Data Structure.

Language: Python - Size: 389 KB - Last synced at: 8 days ago - Pushed at: 8 days ago - Stars: 2 - Forks: 0

alperensumeroglu/LeetCode-Solutions

🔥Improve your problem-solving skills with LeetCode! Solve a new algorithm problem every day + clean and efficient Python solutions. The perfect repository for interview preparation, algorithm practice, and coding improvement! 🚀

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

jdelaude/TheRiemannHypothesis

A formal operator-theoretic framework for resonance symmetry and critical-line equilibrium. Recursive bifurcation meets analytic structure.

Size: 264 KB - Last synced at: 9 days ago - Pushed at: 9 days ago - Stars: 0 - Forks: 0

RitobrotoMukherjee/recursion-modules

Test knowledge of python function, recursion basics and Math - in-build module

Size: 5.86 KB - Last synced at: 9 days ago - Pushed at: 9 days ago - Stars: 0 - Forks: 0

samkitsamsukha/LeetCode-Problems

LeetCode Solutions - Solving problems and pushing it here

Language: C++ - Size: 1.36 MB - Last synced at: 9 days ago - Pushed at: 9 days ago - Stars: 1 - Forks: 0

SciML/RecursiveArrayTools.jl

Tools for easily handling objects like arrays of arrays and deeper nestings in scientific machine learning (SciML) and other applications

Language: Julia - Size: 3.48 MB - Last synced at: 2 days ago - Pushed at: 16 days ago - Stars: 223 - Forks: 60

c-auri/top-cs

Solutions for the computer science section of The Odin Project.

Language: JavaScript - Size: 170 KB - Last synced at: 10 days ago - Pushed at: 10 days ago - Stars: 0 - Forks: 0

Bloivating-Major/Elevate-50

A 50-day challenge where I solve LeetCode and DSA problems in JavaScript to elevate my programming skills. Each day has its own folder with solutions and explanations.

Language: JavaScript - Size: 41 KB - Last synced at: 10 days ago - Pushed at: 10 days ago - Stars: 0 - Forks: 1

taqihaider110/DSA---LeetCode

This repository offers concise solutions to algorithmic problems from LeetCode, covering various topics like linked-lists, math, strings, and sorting algorithms. It serves as a valuable resource for programmers seeking efficient problem-solving strategies and insights.

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

shreyansh-21/LeetCode

This repository contains my solutions to LeetCode problems, covering a wide range of algorithms and data structures. Each solution is well-documented and optimized for performance. The goal is to demonstrate problem-solving skills, coding efficiency, and a deep understanding of algorithmic concepts.

Language: Python - Size: 48.8 KB - Last synced at: 10 days ago - Pushed at: 10 days ago - Stars: 0 - Forks: 0

yogaprasadk/Java-DSA-Interview-Preparation-Course

Here I share about my approaches that led me to clear interviews Get interview-ready with this course that has no prerequisites and is designed to make you an expert in solving easy to hard LeetCode problems with ease.

Language: Java - Size: 141 KB - Last synced at: 11 days ago - Pushed at: 11 days ago - Stars: 0 - Forks: 0

AJAYKR00KJ/LeetCode_Solution

LeetCode Problems Solution

Size: 145 KB - Last synced at: 11 days ago - Pushed at: 11 days ago - Stars: 13 - Forks: 4

abikesa/imitative

WhatsApp Screenshot

Language: HTML - Size: 5.86 KB - Last synced at: 2 days ago - Pushed at: 11 days ago - Stars: 0 - Forks: 0

Victor-Gatua/Python-Recursive-Directory-CodeSummary-Tool

CLI tool in Python to recursively scan a directory, read every file (with error handling), and generate a single Markdown-formatted summary file. Supports path normalization, progress logging, and customizable output filenames—ideal for quick code overviews or project documentation.

Language: Python - Size: 6.84 KB - Last synced at: 11 days ago - Pushed at: 11 days ago - Stars: 0 - Forks: 0

RenzQuijano/AlphabetSumPuzzle

Language: Java - Size: 6.84 KB - Last synced at: 11 days ago - Pushed at: 11 days ago - Stars: 0 - Forks: 0

511NetworkAuthenticationRequired/Algoritmos-y-Estructuras-de-Datos

Repositorio con toda (o casi toda) la teoría de Algoritmos y Estructuras de Datos, lo que permite resolver ejercicios prácticos de mejor manera. Puede contener error, asique sentite libre de verificar y aportar correciones/mejoras.

Language: Go - Size: 78.1 KB - Last synced at: 11 days ago - Pushed at: 11 days ago - Stars: 1 - Forks: 0

lironmiz/Computer-Science-in-Java

Designed for saving assignments, submission exercises and projects

Language: Java - Size: 16.6 MB - Last synced at: 4 days ago - Pushed at: 9 months ago - Stars: 159 - Forks: 10

Bni99/DSA

Its DSA series from basics !

Language: JavaScript - Size: 26.4 KB - Last synced at: 11 days ago - Pushed at: 11 days ago - Stars: 0 - Forks: 0

alecdotninja/tailcall

Safe, zero-cost tail recursion for stable Rust

Language: Rust - Size: 71.3 KB - Last synced at: 3 days ago - Pushed at: 7 months ago - Stars: 158 - Forks: 8

rickardo-roxas/money-track

Manages a bank account, cash in wallet, and monthly budget.

Language: Java - Size: 1.28 MB - Last synced at: 12 days ago - Pushed at: 12 days ago - Stars: 1 - Forks: 0

sreddy8971/BorosThreshold

A formal operator-theoretic framework for resonance symmetry and critical-line equilibrium. Recursive bifurcation meets analytic structure.

Size: 167 KB - Last synced at: 12 days ago - Pushed at: 12 days ago - Stars: 0 - Forks: 0

oboukli/tromino-puzzle

An algorithm, a software library, and a collection of apps, to solve and visualize the general right tromino tiling puzzle.

Language: C++ - Size: 938 KB - Last synced at: 12 days ago - Pushed at: 12 days ago - Stars: 4 - Forks: 1

rajgupta2/LeetCode-2025-POTD

This is the repo where you will find all the POTD of LeetCode for the year 2025.

Language: C++ - Size: 104 KB - Last synced at: 12 days ago - Pushed at: 12 days ago - Stars: 1 - Forks: 0

M-F-Tushar/CSE-1101

All programming problems from the course lecture. (Structured programming language in C)

Language: C - Size: 604 KB - Last synced at: 12 days ago - Pushed at: 12 days ago - Stars: 2 - Forks: 1

TrueJun/cs61a-fa24

A personal implementations of labs,hws and projects of UC Berkeley CS61A in 2024 Fall

Language: JavaScript - Size: 16.5 MB - Last synced at: 11 days ago - Pushed at: 13 days ago - Stars: 0 - Forks: 0

tonamatos/treebonacci

Supplementary calculation of the balancing number for sparse Fibonacci-type trees.

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

fumitoh/modelx

Use Python like a spreadsheet!

Language: Python - Size: 4.29 MB - Last synced at: 13 days ago - Pushed at: 13 days ago - Stars: 101 - Forks: 22

Abhrankan-Chakrabarti/fibonacci-calculator

A fast and flexible CLI tool to compute Fibonacci numbers with support for large inputs, scientific and hexadecimal formats.

Language: Rust - Size: 8.79 KB - Last synced at: 14 days ago - Pushed at: 14 days ago - Stars: 1 - Forks: 0

GarretFraley/Unified-Chaordic-Field-Theory-or-simply-UCFT

Foundational framework revealing recursion as the unifying engine behind physics, cognition, and artificial intelligence.

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

Adityasinghvats/CPP---code

Data Structures and Algorithms

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

DeLuks2006/SweetDream

(WIP) A Recursive UDRL that uses smelly_vx's Feverdream technique.

Language: C++ - Size: 56.6 KB - Last synced at: 14 days ago - Pushed at: 14 days ago - Stars: 4 - Forks: 0

cesardushime/DSA_Data-Structures-Algorithms-in-Python

Welcome to the Data Structures & Algorithms (DSA) journey using Python! This repository contains all the notes, code implementations, practices, and resources to help you master DSA.

Language: Python - Size: 225 KB - Last synced at: 15 days ago - Pushed at: 15 days ago - Stars: 1 - Forks: 0

Eng-M-Abdrabbou/Python-Recursive-Directory-CodeSummary-Tool

CLI tool in Python to recursively scan a directory, read every file (with error handling), and generate a single Markdown-formatted summary file. Supports path normalization, progress logging, and customizable output filenames—ideal for quick code overviews or project documentation.

Language: Python - Size: 5.86 KB - Last synced at: 15 days ago - Pushed at: 15 days ago - Stars: 0 - Forks: 0

webdesus/fs_extra

Expanding opportunities standard library std::fs and std::io

Language: Rust - Size: 147 KB - Last synced at: 8 days ago - Pushed at: over 1 year ago - Stars: 315 - Forks: 50

andreisilviudragnea/remove-recursion-inspection

Intellij IDEA inspection for automatic recursion detection and removal

Language: HTML - Size: 22.9 MB - Last synced at: 15 days ago - Pushed at: 15 days ago - Stars: 7 - Forks: 0

Aritra2016/Apna-College--dsa-in-Java

Make a repo for dsa in java

Size: 13.7 KB - Last synced at: 15 days ago - Pushed at: 15 days ago - Stars: 0 - Forks: 0

coder-mahi/DSA-LeetCode-Sheet

This repository contains a curated collection of LeetCode problems categorized by data structures and difficulty levels (Easy, Medium, Hard). It's designed to help you master DSA concepts through hands-on problem solving.

Size: 35.2 KB - Last synced at: 15 days ago - Pushed at: 15 days ago - Stars: 0 - Forks: 0

ivanmmarkovic/Leetcode-problems

LeetCode interview questions

Language: Java - Size: 524 KB - Last synced at: 16 days ago - Pushed at: 16 days ago - Stars: 3 - Forks: 1

malikmoaz01/Data-Structures

Data Structures and Algorithms (DSA) repository with implementations and examples in multiple languages. Includes fundamental concepts, problem-solving techniques, practical applications, and LeetCode questions.

Language: Java - Size: 7.67 MB - Last synced at: 16 days ago - Pushed at: 16 days ago - Stars: 0 - Forks: 0

Occurify/Occurify

A powerful and intuitive .NET library for defining, filtering, transforming, and scheduling instant and period timelines.

Language: C# - Size: 397 KB - Last synced at: 10 days ago - Pushed at: 10 days ago - Stars: 25 - Forks: 0

thiagoneye/course-algorithms

Algorithm studies.

Language: Python - Size: 39.1 KB - Last synced at: 17 days ago - Pushed at: 17 days ago - Stars: 0 - Forks: 0

lukatinarelli/Sudoku

Resolución automática de sudokus en Python usando recursividad y backtracking.

Language: Python - Size: 16.6 KB - Last synced at: 17 days ago - Pushed at: 17 days ago - Stars: 0 - Forks: 0

grade12-CS/U5A2-Recursive-Maze-Navigator

A* search Maze Navigator with recursion instead of while loops

Language: Java - Size: 335 KB - Last synced at: 17 days ago - Pushed at: 17 days ago - Stars: 0 - Forks: 0