Skip to content
Sign UpLog In

Community

#algorithm
Replit 101 Coding Helpline
Wed Mar 29 2023
Old Coder, New Tricks | feat/ Kody Low
Wed Apr 05 2023
Replit 101 Coding Helpline
Wed Apr 12 2023
Explore the Community Hub
Explore the Community Hub
FEATURED
jeff
Announcing Ghostwriter Chat
AutoModeration
Welcome to Replit Community
TOP GLOBAL TIPPERS
1
JDOG787
JDOG787
110.2K
2
d31337
d31337
97.4K
3
CoderGautamYT
CoderGautamYT
34.2K
4
SHADOWMSTD
SHADOWMSTD
29.1K
5
vertal
vertal
25.5K
TOP TAGS
#games
#apps
#python
#javascript
#html
#fun
#game
#simple
#python3
#java
#cpp
#bash
Coder-301
Coder-301
published a Repl
17 days ago
3
Bubble Sort Simulator
Bubble Sort SimulatorBasically a bubble sort algorthim simulator with print statements to make you understand easier and score 100% in your exam
bigminiboss
bigminiboss
@TrendingBroken17 days ago
Prod-KellaPhonx
Prod-KellaPhonx
what am I suppose to do??17 days ago
EricW9888
EricW9888
published a Repl
2 months ago
2
Brute force password guesser with user interface
Brute force password guesser with user interfaceUses brute force to guess passwords.
ahumblecoder
ahumblecoder
use a dict instead of a list with tuples for the characters.1 month ago
Shelbycompanyyyy
Shelbycompanyyyy
ERR: Traceback (most recent call last): File "main.py", line 63, in <module> estimated = estimate(characters, password) File "main.py", line 48, in estimate value = (len(characters) ** index) * indexes[i] IndexError: list index out of range1 month ago