Given a M x N matrix, write a program to print the matrix after ordering all the elements of the matrix in increasing order.
Let A, B, C, D, E, F, G, H be eight data items with the following assigned weights:
Data item: A B C D E F G H
Weight: 20 7 11 17 5 10 24 6
Construct Binary tree using Huffman Algorithm also find the path length of the tree.
Color Palette
In this assignment, let's build a Color Palette by applying the CSS concepts we learned till now.
Text Color Hex Codes Used:
#011e3f
#ffffff
Background Color Hex Codes Used:
#f87171
#fb923c
#fbbf24
#facc15
#a3e635
#4ade80
#34d399
#22d3ee
#38bdf8
#60a5fa
#818cf8
#c084fc
#e879f9
#f472b6
#fb7185
Roboto
write a python function to find the record with highest and lowest marks obtained by student from a file result.csv having field (name , total_marks)
Write a Python program which allows you to extract the content of a file from the
3rd line to the 5th line and save it in another file.