Skip to content

    Community

    #algorithm
    Cubicle
    Profile picture for polymathematicspolymathematics
    Seance AI
    Profile picture for aestudioaestudio
    voicePerfect
    Profile picture for MartinBowlingMartinBowling
    Explore the Community HubSubmit a Deployment
    Community Hub
    Submit Deployment
    TOP TAGS
    #python
    #javascript
    #ai
    #apps
    #html
    #fun
    #game
    #simple
    #python3
    #java
    #cpp
    #bash
    #Css
    #c
    jru4799
    jru4799
    published a Repl
    2 days ago
    0
    Josephus (1)
    Josephus (1)Compact algorithm for the josephus problem
    psrenc08
    psrenc08
    published a Repl
    7 days ago
    0
    DS_Algorithm_in_JS
    DS_Algorithm_in_JSData Structure & Alogorithm concepts in JavaScript
    ThirDecade2020
    ThirDecade2020
    published a Repl
    12 days ago
    0
    JavaScript Move Zeros to End Algorithm
    JavaScript Move Zeros to End AlgorithmThis algorithm is commonly known as the "Move Zeros to End" algorithm. It involves rearranging the elements of an array so that all the zero elements are moved to the end while preserving the order of non-zero elements. This type of algorithm is frequently encountered in programming tasks involving arrays and is often used in scenarios where zero elements need to be separated from non-zero elements.
    xtt28
    xtt28
    published a Repl
    16 days ago
    0
    2024-04-06 Recursively rendering comment hierarchy
    2024-04-06 Recursively rendering comment hierarchyGiven a table of comments that have foreign key relations to their parents, generates and prints to standard output a visualization of the hierarchy.
    StephenChen17
    StephenChen17
    published a Repl
    22 days ago
    0
    polynomial-solver
    polynomial-solversolves polynomial roots if they are rational
    mkam2812005
    mkam2812005
    published a Repl
    1 month ago
    0
    Prime-Numbers
    Prime-NumbersThis Python program finds and prints all prime numbers between 1 and 20. A prime number is a natural number greater than 1 that has no positive divisors other than 1 and itself. The program iterates through each number from 2 to 20 and checks if it is divisible by any number other than 1 and itself. If a number passes this check, it is considered prime and is printed to the console. This program demonstrates a simple approach to finding prime numbers and can be extended to find prime numbers within any given range.
    arsya2
    arsya2
    published a Repl
    1 month ago
    0
    LatihanLinkedList
    LatihanLinkedListPraktikum Struktur Data dan Algoritma mengenai materi Linked List
    beththordsen
    beththordsen
    published a Repl
    2 months ago
    0
    Thordsen_Week7
    Thordsen_Week7While attending Maryville University, I was tasked to create an example of search and sort algorithms for a class on data structures and algorithms. In the project link provided, you'll find examples of mergeSort, quickSort, bubbleSort and other algorithms examples. This program I created was designed to give each algorithm a random set of numbers and note the time it takes for each to complete sorting the numbers in ascending value.
    Copyright © 2024 Replit, Inc. All rights reserved.
    • twitter
    • tiktok
    • instagram
    • facebook

    Replit

    Programming languages

    • Python
    • JavaScript
    • TypeScript
    • Node.js
    • Nix
    • HTML, CSS, JS
    • C++
    • Golang