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
~144 People Reached
Favorite Tags
c++ x 1
Member Avatar for gfx

HI, I have an excersise for school but don't know if I solve it correctly so maybe is here a good place for my questions. It's a Breadth-first search algorithm. here is a picture. [URL="http://www.shrani.si/f/2b/SK/2SKKVUSy/drawing1.jpg"]http://www.shrani.si/f/2b/SK/2SKKVUSy/drawing1.jpg[/URL] now I have to resolve these (start with node 2) : This is my table …

0
40
Member Avatar for gfx

hi, I have a problem with implementation of a quicksort algorithm. I have pseudo-code which helping me understand this, but I still can't make this program to work. Does anybody can help me figur out what is wrong in my code? Thanks My code : [CODE] #include <iostream> #include <ctime> …

Member Avatar for griswolf
0
104