Posts

Showing posts with the label Algorithms

Scaler Academy- Start your Learning Journey

Image
Want to make a move in your career. Well start your learning journey with Scaler Academy is very simple and easy. At Scaler Academy , one can achieve their career goals by developing technical and programming skills. We come with different elements that make you ready for your first job: 1 Hybrid Live Classes 3x/week by industry-leading faculty. 2 Daily Live Teaching Assistants for doubt-solving. 3 1:1 Mentorship and Mock Interviews from industry experts. 4 Practical Experience through real-life Capstone Projects. Just follow the simple steps and start your learning journey: Easy Registration: In <2 minutes, make a new account or login using social media / Interviewbit. Quick Evaluation: Simple 45 minutes test focused on 2 coding questions to help identify if you would benefit from Edge. Enroll in your course: Sign up with our various EMI options to swiftly kickstart your learning journey. Upgrade your batch: Skip ahead to more advanced topics for free by taking our coding challeng

What is Bubble Sort and How does it work?

Image
Introduction to Sorting Algorithms: Sorting Algorithms are procedures of reorganizing a large number of items into some specific order such as highest to lowest, or vice-versa, or even in some alphabetical order. The algorithms take an input list, processes it (i.e, performs some operations on it) & produce the sorted list. The most common example, we experience every day is sorting clothes or other items on an e-commerce website either by lowest-price to highest, or list by popularity, or some other order. Bubble Sort : This is one of the simplest Sorting Algorithm, & is  very much necessary to learn  as it represents the basic foundations of sorting, here we've tried to demystify this sorting algorithm . Learn More: Link