User: KnowledgeSeeker

  • Public profile

User profile: KnowledgeSeeker

User info
User name:KnowledgeSeeker
History
Joined:
Number of posts:10
Latest posts:

Finding the shortest path with possibility of removing an edge
I was wondering if I can modify Dijkstra’a Alghorithm in this way: Let’s say there are 2 paths b...

Can someone please explain what this function does?
This is related to stack implementation.... [code] struct SE* pop_st () { struct SE* e = top;...

Correct way to get a random number from enum in C?
Correct way to get a random number from enum in C? [code] enum Resource {ROCK= 1, PAPER = 2, SC...

Pass enum to function in C?
so basically r can't be used?

Pass enum to function in C?
[code]then you'll have to substitute the r with a specific value one that can be evaluated at compil...

This user does not accept Private Messages