Start Discovering Solved Questions and Your Course Assignments
TextBooks Included
Active Tutors
Asked Questions
Answered Questions
1 write a program that finds in a binary tree of numbers the sum of the vertices of each level of the tree2 write a
1 lets have as given a graph gv e and two of its vertices x and y write a program that finds the shortest path between
1 write breadth first search bfs based on a queue to traverse a directed graph2 write a program that searches the
implement the structure circular queue with array which doubles its capacity when its capacity is full implement the
1 create a dynamicstack class to implement dynamically a stack like a linked list where each element knows its previous
implement the data structure dynamic doubly linked list doublylinkedlist - list the elements of which have pointers
1 write a program that reads from the console a sequence of positive integer numbers the sequence ends when an empty
1 write a program that reads from the console a sequence of positive integer numbers the sequence ends when empty line
1 write a program that deletes all words that begin with the word test the words will contain only the following chars
1 write the previous program so that it changes only the whole words not parts of the word2 write a program that
1 write a program that reads a list of names from a text file arranges them in alphabetical order and writes them to
1 a timetable of a conference hall is a list of events in a format starting date and time ending date and time events
1 hash-tables do not allow storing more than one value in a key how can we get around this restriction define a class
1 implement the data structure hash-table in a class hashtable keep the data in an array of key-value pairs
suppose we are given a weighted oriented graph g v e in which the weights on the side are nonnegative numbers write a
define classes file string name int size and folder string name file files folder childfolders using these classes
1 write a program that finds all loops in a directed graph2 lets have as given a graph g v e write a program that finds
define a class human with properties first name and last name define the class student inheriting human which has the
1 implement the following classes dog frog cat kitten and tomcat all of them are animals animal animals are
1 open other peoples code and try to understand it only by reading the code itself is everything obvious at first sight
1 by using the extension methods orderby and thenby with lambda expression sort a list of students by their first and
compare and contrast the modeling process with the scientific method make abservations formulate a hypothesis develop a
a determine mathematically the quantity of dilantin in the system immediatelsquoy before the ifith dose use the same
1 develop a two-compartment model for one dose of aspirin2 develop a two-compartment model for aspirin where someone
1 initialize an array of 10 students and sort them by mark in ascending order use the interface systemicomparable2