Simran Lahrani
Simran Lahrani
**Is your feature request related to a problem? Please describe.** A contact app to store your own contacts-photo,number,details **Describe the solution you'd like** You can edit,save,delete contact anytime. Can put...
**Is your feature request related to a problem? Please describe.** A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] Music player created in...
Given an array of disk track numbers and initial head position, we need to find the total number of seek operations done to access all the requested tracks if First...
A balanced binary tree, also referred to as a height-balanced binary tree, is defined as a binary tree in which the height of the left and right subtree of any...
In operating systems, whenever a new page is referred and not present in memory, page fault occurs and Operating System replaces one of the existing pages with newly needed page....
Cartesian Sort is an Adaptive Sorting as it sorts the data faster if data is partially sorted. In fact, there are very few sorting algorithms that make use of this...
B + tree is a variation of B-tree data structure. In a B + tree, data pointers are stored only at the leaf nodes of the tree. In a B+...
Mini-max algorithm is a recursive or backtracking algorithm which is used in decision-making and game theory. It provides an optimal move for the player assuming that opponent is also playing...
The user is able to create a text editor of its own by simply creating a file,editting it and saving it.One can also delete a file once saved and rename...
Music player in python where one can add songs ,plan songs can be Hindi or English and also pause and continue the song this is done by using library pickle.