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
~2K People Reached
Favorite Tags

8 Posted Topics

Member Avatar for bsdpowa

Can anyone help me with Kuskal and Dijkstra algorithms in C#? I have no idea where to start. Any tips?

Member Avatar for Ramy Mahrous
0
123
Member Avatar for bsdpowa

Hi, I have a home assignment in C#, I need to make a simple one-way linked list and I'm having trouble. I can make all kinds of linked lists in C++ with no problem at all but I can't do it in C# and that's because I can't access memory …

Member Avatar for bsdpowa
0
113
Member Avatar for iamnoangel26

It depends on what type of array are you talking about, array of numbers, array of characters, array of strings, array of pointers... Example: Say you need to make a program where you will input some numbers and then you will have to sort them.It would be pain in the …

Member Avatar for gazoo
0
214
Member Avatar for bsdpowa

I have a header and cpp file.I'm trying to learn OOP so I did a small program that handles classes.In the header I have declared the class and in the main file I'm implementing the methods. m_prvi = first number m_drugi = second number m_rezultat = result So I call …

Member Avatar for bsdpowa
0
144
Member Avatar for Buddha David

Hello, here is my collection of actionscript tutorials: [url]http://www.actionscript.org[/url] [url]http://www.freeprogrammingresources.com/actionscript.html[/url] [url]http://www.tutorialoutpost.com/flash-actionscript/[/url] [url]http://www.tutorialguide.net/programming/actionscript/[/url] [url]http://www.vtc.com/products/flash-mx-action.htm[/url] [url]http://actionscript.ajrdesign.net/[/url] [url]http://www.troobloo.com/tech/actionscript.shtml[/url] [url]http://www.flashadvisor.com/tutorial/ActionScript/[/url] [url]http://www.quepublishing.com/articles/article.asp?p=30652&rl=1[/url] [url]http://garyrosenzweig.com/books/book9.html[/url] [url]http://www.image.ufl.edu/help/flash/programming/[/url]

Member Avatar for Polluted_Script
0
277
Member Avatar for sam1
Member Avatar for bsdpowa

Me again, this time I really have a problem. I'm trying to add an element before a certain element. Example: List: 1,2,3,4,5 Find: 2 Add: 45 List: 1,45,2,3,4,5 Now the thing is that when I find the number and try to add a new number it adds OK but then …

Member Avatar for bsdpowa
0
369
Member Avatar for bsdpowa

Hello all, I'd like, very much, to understand linked-lists.I've read many texts on the subject and tried many source codes but none of them seemed to fit my needs (one from daniweb is pretty close but it's in C) so I, as desperate as I can be, beg you for …

Member Avatar for bsdpowa
0
530

The End.