HeapSort a given array with constant space complexity O(1).
Design a method that determines whether or not a binary tree is fully balanced.
This method takes no parameters, and returns a boolean value: true if the tree is
fully balanced, and false if it is not.
Use the c++ programming language to write a computer program that implement and uses the following two user-defined functions:
i. getcircumference, which promps and accepts the value of a radius r its user, and then computes and returns the circumference for the circle.
ii. getArea, which accepts the value of a circle's circumference in it's parameters, and then computes and return the area of a circle
Your computer program just correctly use the functions to obtain the circumference and area of a circle, and then output the results.
Note: area of a circle = πr2
Circumference = 2πr
Write a pseudocode to get the sides of a triangle from a user and check whether the triangle is an isosceles, equilateral or scalene. Output an appropriate message stating the type of triangle based on the measurements given.
Design a Student Result Application in Windows form With Crystal Report
Also Export it to Pdf format.
Create Signup form using Entity Framework – Database First Approach
Database Table Contain following columns
-UserName
-Contact
-Password
Create Product Detail form and perform CRUD using Entity framework model first approach.
Database Colum’s.
-ProductId
-ProductCatagory
-ProductName
-ProductPrice
-ProductQuantity
Design a windows form application and Insert, update and delete data of patients visiting a private clinic using LINQ TO SQL queries.
Consider the following patient’s properties:
Name
Age
Bloodgroup
Symptoms
Prescribes medicines
Sort the data stored in 1) stack 2) queue and 3) linked list entered in part 1
Write a Java program to sort a numeric array and a string array