1. Introduction to Docker What is Docker? Why use Docker? Docker architecture Docker editions 2. Docker Installation and Setup Installing Docker on different operating systems Running and testing a D…
Python Dictionaries: An Overview In Python, dictionaries are a useful data structure that allows you to store and retrieve data in key-value pairs. Dictionaries are often used in programming for ta…
Selection Sort a = [ 4 , 3 , 7 , - 5 , 8 ] # The input list print ( "Input list" , a) n = len (a) # Get length of list for i in range (n - 1 ): # Loop through the array one time less tha…
Heap Sort in Python def heapSort (heap): n = len (heap) a = [ 0 ] * (n - 1 ) for i in range ( 1 , n): a[n - 1 - i] = heap[ 1 ] length = n - i + 1 heap[ 1 ] = heap[…
Basic Questions on Fractions 1. Simplify fractions to the simplest form 20/25=4/5, 25/20 = 1+ 1/4, 25/5=5 2. Convert to fractions 1 + 2/3=5/4, 3. Generate the Farey Series for a number N. For N=4 t…
Some text..
Some text..
Contact us for software training, education or development …
Social Plugin