Search Articles — Sudonull

Search Results

In this project

AutoHotkey v2: .EXE media converter with GUI

https://sudonull.com/autohotkey-v2-exe-media-converter-with-gui

Create standalone .EXE for compressing photos/videos on AutoHotkey v2. Recursive processing, ffmpeg, GUI without dependencies. Guide for middle/senior dev.

ltree in PostgreSQL with JPA: storing trees

https://sudonull.com/ltree-in-postgresql-with-jpa-storing-trees

Integration of ltree for hierarchical data in PostgreSQL and JPA. Performance comparison with recursive SQL. Application in microservices for developers.

From the web

Recursion - Wikipedia

https://en.wikipedia.org/wiki/Recursion

A recursive step — a set of rules that reduces all successive cases toward the base case. For example, the following is a recursive …

Introduction to Recursion - GeeksforGeeks

https://www.geeksforgeeks.org/dsa/introduction-to-recursion-2/

Jun 13, 2026 · The process in which a function calls itself directly or indirectly is called recursion and the corresponding function is …

Recursive

https://www.recursive.com/

Recursive embraces the logical conclusion: the fastest path to superintelligence will be realized by AI that recursively improves itself, …

Recursion (computer science) - Wikipedia

https://en.wikipedia.org/wiki/Recursion_(computer_science)

In computer science, recursion is a method of solving a computational problem where the solution depends on solutions to smaller …

RECURSIVE Definition & Meaning - Merriam-Webster

https://www.merriam-webster.com/dictionary/recursive

Jul 3, 2026 · The meaning of RECURSIVE is of, relating to, or involving recursion. How to use recursive in a sentence.

What is Recursion? - W3Schools

https://www.w3schools.com/programming/prog_recursion.php

Recursion is when a function calls itself to solve a smaller version of the problem. This continues until the problem becomes small …

Introduction to Recursion -

https://web.stanford.edu/class/archive/cs/cs106b/cs106b.1262/lectures/08-recursion1/

the recursive case: a more complex occurrence of the problem that cannot be directly answered, but can be described in terms of …

Recursive Algorithms - GeeksforGeeks

https://www.geeksforgeeks.org/dsa/recursion-algorithms/

Jan 20, 2026 · The process in which a function calls itself directly or indirectly is called recursion and the corresponding function is …

Recursive — Definition, Formula & Examples

https://www.mathwords.com/r/recursive.htm

Recursive means defining each term in a sequence by referring back to one or more previous terms. Instead of a direct formula for …

Python Recursion - W3Schools

https://www.w3schools.com/python/python_recursion.asp

Recursion is a common mathematical and programming concept. It means that a function calls itself. This has the benefit of meaning …

Trending Now