<< Prev Showing: 31-35 of 353 Next >>
· 6-10 · 11-15 · 16-20 · 21-25 · 26-30 · 31-35 · 36-40 · 41-45 · 46-50 · 51-55 · 56-60 ·This is a problem solving exercise that a certain major software company likes to use in their interviews. Like many algorithm design problems, there are many possible answers, but I have presented one of the more generally accepted ones. A stream of integers between 1 and 1 million is received by a computer. The numbers arrive in random order, however each number only appears once in the sequence. How would you determine which one number was missing from the sequence?
Subject:
Computer Science
Topic:
Data Structures and Algorithms
Posting ID:
9266
OTA ID:
103913
Using constructor to create Rectangle and PlaneRectangle classes
The Class for a Rectangle is shown below. PlaneRectangle is a specialisation of Rectangle with fields that define the location of the centre of the rectangle. Write Java Classes that are implementations of the Rectangle Class and of the PlaneRectangle Class. Now add methods to the Java PlaneRectangle Class that: a. enable the location of an instance of PlaneRectangle to be moved by a specified distance (expressed as a change in the x-coordinate, and a change in the y-coordinate). b. Enable a check to be made that a given point lies inside or outside the rectangle. c. Enable a check to be made that another instance of PlaneRectangle lies completely within the current instance. These cl... click for more
Subject:
Computer Science
Topic:
Data Structures and Algorithms
Posting ID:
9763
OTA ID:
103644
Long integer linked list add function
I am working on program assignment in structures (c language)after entering the required integers the add function will not compile.I receive error messages I am using a Microsoft c, c++ 6.0 compiler. The help required is to provide a working add function in c. Hopefully after that I will be be able to write similar functions to subtract multiply and divide.
Subject:
Computer Science
Topic:
Data Structures and Algorithms
Posting ID:
11186
OTA ID:
103644
Write a function to add Long Integers in a linked list.
Long interger linked list add function
Posting I am working on program assignment in structures (c language)after entering the required intergers the add function will not compile.I receive error messages I am using a Microsoft c, c++ 6.0 compiler. The help required is to provide a working add function in c. Hopefully after that I will be be able to write similar functions to subtract multiply and divide.
The given problem requires that an add function be provided that should add two given lists n and m.
The source code of the problem is attached
#include
Subject:
Computer Science
Topic:
Data Structures and Algorithms
Posting ID:
11207
OTA ID:
103644
Help developing a game program in c
The attachment shows where I am in the program and what needs to be accomplished.
Subject:
Computer Science
Topic:
Data Structures and Algorithms
Posting ID:
11562
OTA ID:
101327
<< Prev Showing: 31-35 of 353 Next >>
· 1-5 · 6-10 · 11-15 · 16-20 · 21-25 · 26-30 · 31-35 · 36-40 · 41-45 · 46-50 · 51-55 · 56-60 · 61-65 · 66-70 · 71-75 · 76-80 · 81-85 · 86-90 · 91-95 · 96-100 · 101-105 · 106-110 · 111-115 · 116-120 · 121-125 · 126-130 · 131-135 · 136-140 · 141-145 · 146-150 · 151-155 · 156-160 · 161-165 · 166-170 · 171-175 · 176-180 · 181-185 · 186-190 · 191-195 · 196-200 · 201-205 · 206-210 · 211-215 · 216-220 · 221-225 · 226-230 · 231-235 · 236-240 · 241-245 · 246-250 · 251-255 · 256-260 · 261-265 · 266-270 · 271-275 · 276-280 · 281-285 · 286-290 · 291-295 · 296-300 · 301-305 · 306-310 · 311-315 · 316-320 · 321-325 · 326-330 · 331-335 · 336-340 · 341-345 · 346-350 · 351-353 ·Page generated in 0.1108 seconds