Coder Social home page Coder Social logo

haris-bit / bubblesort Goto Github PK

View Code? Open in Web Editor NEW
0.0 0.0 0.0 1 KB

Implemented the Bubble Sort algorithm that takes an array of integers and sorts them from smallest to largest. In the bubbleSort() method, we have a while loop that runs the swapping logic until the array is fully sorted. Inside the while loop, we have a for loop that iterates through the array and checks whether adjacent elements are out of order. If so, we swap the first instance of two adjacent elements that are out of order. The swapping is done using a helper function. If we swapped, we signal to the while loop that we may need another look through the array, so the loop runs once again. The loop stops running after there are no two adjacent elements that are out of order.

Java 100.00%

bubblesort's Introduction

Hi there, I'm Haris! ๐Ÿ‘‹

GIF

Full-Stack Software Engineer | Software Development Enthusiast | Technophile

  • ๐Ÿ”ญ Iโ€™m currently working to become a Full Stack Developer
  • ๐ŸŒฑ Iโ€™m currently learning Frontend Development and Backend Engineering
  • ๐Ÿค” Exploring AI and Data Science
  • ๐Ÿ‘ฏ Iโ€™m looking to collaborate with other content creators and developers
  • โšก Techthusiast

More About Me


Haris's GitHub stats


Top Langs

Languages & Tools



Let's Connect!


bubblesort's People

Contributors

haris-bit avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.