Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~3K People Reached
Favorite Tags
c++ x 5
Member Avatar for evilsithgirl

Hello. I have this question that is confusing me. A direct-mapped cache consists of 16 blocks. Main memory contains 16K blocks of 8 bytes each. Show the main memory mapping address format. my question is this: Does the 16K blocks of 8 bytes each mean there are 16K*8 total bytes? …

Member Avatar for arkoenig
0
80
Member Avatar for evilsithgirl

hello. I am writing a program that will solve a type of min. spanning tree problem. i have 2 different algorithms that I've gotten working in two separate .cpp files i've named kruskels.cpp and prims.cpp. my question is this: each file takes the following command line to run it . …

Member Avatar for Salem
0
91
Member Avatar for evilsithgirl

i'm trying to write an algorithm for this problem given n<2m numbers of m bits each design an O(n) time algorithm that finds an m-bit number that is different from all of the n given numbers. comparison is done in O(1) time. my question is this. if i use a …

Member Avatar for abhimanipal
0
133
Member Avatar for evilsithgirl

Hello. I'm pretty new to debugging with visual c++. I've tried reading some tutorials but none of them seem to cover what my program is doing. i enter the command arguements for my code which is the file ./input.txt. I then get the following error. [code] 1>c:\documents and settings\jennifer\my documents\visual …

Member Avatar for JasonHippy
0
134
Member Avatar for evilsithgirl

Hello. Here is my homework problem: I have a set of numbers for which i have the inorder and preorder traversal. I need to construct a binary tree from those. I have most of the code written i just need some help with a specific part. I have heavily commented …

0
53
Member Avatar for evilsithgirl

hello everybody. I am trying to write a game of rock paper scissors where the user plays against the computer. The computer picks a random number and the user makes his/her own selection. then the selections are compaired and the winner is selected. I need to write the following in …

Member Avatar for ddanbe
0
2K