Thursday, 30 March 2023

Insertion Sort

Insertion sort is a simple and efficient sorting algorithm that is used to sort small arrays or lists. It works by dividing the input list into two parts: the sorted part and the unsorted part. The sorted part is initially empty, and the unsorted part contains all the elements of the input list. Th…

Tuesday, 28 March 2023

Bubble Sort

BUBBLE SORT Sorting algorithms are a fundamental aspect of computer science and are used in a wide range of applications. Bubble sort is one of the simplest and most widely-known sorting algorithms. In this blog post, we will take a closer look at bubble sort, how it works, and its place in the wide…

Monday, 6 March 2023

Making a song on FL studio

Making a song on FL studio
FL STUDIO GUIDE  FL Studio is a popular digital audio workstation (DAW) used by many producers to create music. In this guide, we'll take a look at the basic steps for making music in FL Studio. Setting Up Your Project The first step in making music in FL Studio is to set up your project. This inv…