Saturday, 26 September 2020

Pinnacle Club Assignment.(Group C)


Pinnacle Club Assignment.(Group C)

 Problem Statement:Department of Computer Engineering has student's club named 'Pinnacle Club'. Students of second, third and final year of department can be granted membership on request. Similarly ...

Read More
data structures and algorithms
data structures and algorithms Web Developer

Friday, 11 September 2020

Write python program to store 10th class percentage of students in array. Write function for sorting array of floating point numbers in ascending order using radix sort and display top five scores


Write python program to store 10th class percentage of students in array. Write function for sorting array of floating point numbers in ascending order using radix sort and display top five scores

 Problem Statement: Write python program to store 10th class percentage of students in array. Write function for sorting array of floating point numbers in ascending order using radix sort ...

Read More
data structures and algorithms
data structures and algorithms Web Developer

Friday, 31 July 2020

Group B 12[b] Write a python program to store names and mobile numbers of your friends in sorted order on names. Search your friend from list using Fibonacci search. Insert friend if not present in phonebook.


Group B 12[b] Write a python program to store names and mobile numbers of your friends in sorted order on names. Search your friend from list using Fibonacci search. Insert friend if not present in phonebook.

Very good explanation of Fibbonacci SearchProblem Statement:b) Write a python program to store names and mobile numbers of your friends in sorted order on names. Search your friend from list using Fibonacci ...

Read More
data structures and algorithms
data structures and algorithms Web Developer

Group B: 12 [a] a) Write a python program to store names and mobile numbers of your friends in sorted order on names. Search your friend from list using binary search (recursive and non-recursive). Insert friend if not present in phonebook


Group B: 12 [a] a) Write a python program to store names and mobile numbers of your friends in sorted order on names. Search your friend from list using binary search (recursive and non-recursive). Insert friend if not present in phonebook

Problem Statement:a) Write a python program to store names and mobile numbers of your friends in sorted order on names. Search your friend from list using binary search (non recursive and recursive). ...

Read More
data structures and algorithms
data structures and algorithms Web Developer

Monday, 20 July 2020

Write a python program to store roll numbers of student in array who attended training program in random order. Write function for searching whether particular student attended training program or not, using Linear search and Sentinel search.


Write a python program to store roll numbers of student in array who attended training program in random order. Write function for searching whether particular student attended training program or not, using Linear search and Sentinel search.

Problem Statement:  a) Write a python program to store roll numbers of student in array who attended training program in random order. Write function for searching whether particular student ...

Read More
data structures and algorithms
data structures and algorithms Web Developer