Login
Discover
Waves
Decks
Upgrade
Login
Signup
Topics
New
Trending
Hot
New
New
Trending
Hot
New
Controversial
Rising
Promoted
recursion
comicrelief
shortstory
Friday, October 4, 2024 4:30 AM
Recursion: The Silly Awakening
Larry opened his eyes and immediately sensed something was off. The trees around him were glitching...
$ 0.653
28
2
1
edicted
LeoFinance
Monday, May 13, 2024 6:12 PM
Recursion Strikes Again!
How many hours does it take to write four lines of code?
$ 45.305
438
14
6
pavelsku
Photography Lovers
Monday, November 13, 2023 11:49 AM
Photographing photographers?
Photographing photographers? Why not? A photographer is as good a subject to photograph as any other. Maybe even better. He is often in a highly visible place and doesn't move around much :) Fotit fotografy?
$ 17.660
397
6
3
leoumesh
STEMGeeks
Wednesday, January 19, 2022 5:25 AM
Recursive Function In JavaScript
Image Source Recursion is a technique that repetitively divides a task into a smaller tasks also called as subtasks as per specified condition until a solution to simplest subtask is found. It then backtracks
$ 7.605
38
cryptoyzzy
PhotoFeed
Monday, August 4, 2025 4:47 AM
Promoted
📸 PhotoFeed Contest - Cityscape Photography Round 129
Salut à tous, ma participation au round 129 du concours @photofeed s
$ 2.069
148
2
leoumesh
OCD
Tuesday, April 20, 2021 9:25 AM
FINDING FACTORIAL OF A NUMBER USING RECURSION IN PYTHON
Recursion is a function that calls itself until a predefined condition is met. Recursion is an important concept in programming but should be used efficiently. Otherwise, setting improper conditions will
$ 2.958
26
nolyoi
stemsocial
Sunday, September 13, 2020 9:55 PM
Recursion in Elixir, We Don't Get No Loops!
As Elixir is a purely functional language, it doesn’t have loops. Instead, it uses a wide variety of recursive functions to achieve the same or better results. Below is an example of a list and calculating
$ 0.000
4
1
grimgriz
larpgate
Wednesday, January 2, 2019 7:18 PM
This is happening
I even streamed this moment! I'm So Meta Even This Acronym
$ 0.024
9
mrchocoborider
flower
Tuesday, September 18, 2018 7:41 PM
Flower Within a Flower
Another addition to my daily #photowalk collection, these pink/purple flowers are quite common around here, and I love the way they have little white mini flowers inside them. If anyone knows the name
$ 0.000
1
1
cranium
Team Ukraine
Monday, July 28, 2025 9:11 AM
Promoted
Психокадр Борща
Привіт. Живий, здоровий - якщо комусь цікаво. Починаю новий проект. Вирішив використати HIVE для додаткової реклами. Також мене можна знайти в: youtube - ПсихоКадр Борщаyoutube - Бік Той instagramtiktok
$ 0.556
96
2
1
edicted
programming
Sunday, July 29, 2018 9:30 PM
Programming Update (Checkers, Reversi, and Recursion)
I've completed the backend logic for both Checkers and Reversi (Othello) in Java. I've only played a few test games so there could be bugs, but everything seems to work as intended so far. As one would
$ 10.174
48
9
pynchon
programming
Thursday, June 21, 2018 6:54 PM
Visualizing the Towers of Hanoi
I'm taking a summer course in Object-Oriented Data Structures in Java and have been steadily progressing through the first few weeks of topics. Recursion is the subject of this week. I have had my full
$ 0.000
2
4
sundawning
common-lisp
Wednesday, May 9, 2018 6:56 AM
ANSWER: LISP recursion using car/cdr
Question: Snapshot: See detailed step by step solution: Why answer this homework? Why not. Answer(There is actually no final answer, many places in the code can be improved.) (defun natos-englishs () (list
$ 0.000
1
zothuro
steemiteducation
Thursday, April 26, 2018 3:25 AM
Simple Elevator Program
As of recent, I kinda got bored and decided to make a simple elevator program using recursion. What is recursion? Recursion is calling a method inside of itself. It's like a cycle. The water cycle, per
$ 0.339
4
2
no-advice
LeoFinance
Sunday, August 3, 2025 11:06 AM
Promoted
August Heat in the Crypto Market – Volatility, Political Shifts & New BTC Yields
1. Bitcoin & the Market: A Tumultuous Start BTC started August with a pullback below the $115K level. Two major forces triggered the drop: Trump’s new tariff package—this time targeting not only China,
$ 2.963
115
2
kasperr
dmania
Monday, February 26, 2018 6:59 PM
how recursion works
View post on dMania
$ 0.000
2
justyy
cn
Monday, August 28, 2017 10:37 PM
LOGO 海龟作画 系列三 递归画一个国际象棋棋盘 Logo Turtle Graphics - Series 3 - Recursively drawing a chess board
本系列: LOGO 海龟作画 系列 一 之 给孩子最好的编程启蒙语言 LOGO 海龟作画 系列二 之定义个过程来 say Hello, World Logo Tutorial Series: Logo Turtle Graphics - Series 1 - Best Introductory Programming for Kids Logo Turtle Graphics - Series 2
$ 33.860
54
3
stimialiti
loop
Friday, August 25, 2017 7:19 AM
Can Steemit survive this infinite loop?
Found in the comments section of I am not against bots in principle. Cheetah made me appreciate bots, but infinite loops are bad both for memory consumption and for speed
$ 0.390
4
10
justyy
cn
Sunday, August 6, 2017 10:09 PM
Software Engineer Interview Question - How Many Ways from A to C via B? 软件工程师面试技巧之 从A到B再到C有多少种方法?
Let’s see this question: If @kenchung starts at A, and he can only travels one move at a time to the north or east, and he cannot go back. If he needs to travel through B, and finally reach C, how many
$ 55.954
78
10
melinda010100
Photo-essay
Sunday, August 3, 2025 12:21 AM
Promoted
Dinosaurs
When my kids were younger and into dinosaurs they probably would have loved going through this exhibit at the Field Museum in Chicago, but we lived hundreds of miles away and never went into the city.
$ 14.274
583
25
12
cosmicfontaint
russia
Sunday, June 25, 2017 9:00 AM
The coat of arms of the Russian Federation. Can you spot a recursion?)))
$ 0.000
1
therealklanni
javascript
Wednesday, April 5, 2017 10:05 PM
Asynchronous Recursion in JavaScript
Another post where I have some fun with recursion—asynchronously! Asynchronous Recursion
$ 0.000
39
2
charlie.wilson
programming
Sunday, October 2, 2016 9:24 AM
Easy Tutorial: Computer Programming for DUMMIES (binary search)
This tutorial will show you an algorithm that can search 1,000,000 elements and find it in 20 steps WORST case scenario! This will be in C++. This is part 13 of my programming tutorials; if you want to
$ 0.775
34
2
charlie.wilson
programming
Saturday, October 1, 2016 9:05 PM
Easy Tutorial: Computer Programming for DUMMIES (recursion made simple!)
Hey guys, this is part 12 of my programming tutorials! This tutorial is in C++. If you want to catch up on any of my tutorials, here they are: Part 1: Hello World! Part 2: Variables Part 3: Functions Part
$ 59.519
98
9
2
Top communities
Create decentralized community