Skip to main content

Questions tagged [pseudocode]

0 votes
1 answer
215 views

I have the code but I want to be pseudo as possible so I learn from other ways as much as possible. So what I am building is web based tool and in one section we have a table. This table renders lines ...
Codemenot's user avatar
1 vote
1 answer
276 views

I have problems to write my first simple pseudocode. The input of the algorithm is an ontology which contains axioms and an inference set, exactly an inference is defined as an object with set of ...
marouane nadir's user avatar
0 votes
2 answers
1k views

I am building a scrabble game, and I have already a dictionary working. When the user will place letters on grid, I need to check that all the words are valid. Which algorithm can I use or how can I ...
Rehan ul Hassan's user avatar
2 votes
1 answer
5k views

I searched extensively and can't figure out what the infinity sign is meant in this pseudocode. The code is taken from here, which has a detailed explanation of dynamic programming for the coin ...
Circadian's user avatar
0 votes
2 answers
1k views

I am trying to write integration tests for a client-server app. The client app runs on a user's machine and connects to the server app running on a specific Windows server, network-serverA. The ...
alpha_989's user avatar
  • 139
1 vote
0 answers
412 views

I am working on a concurrency system based on message queues with an underlying thread pool. A queue can target other queues. Also a queue can be targeted by multiple queues (i.e. children) to create ...
user965972's user avatar
-1 votes
1 answer
146 views

In a past posting, I asked about commands in Bash to align text columns against one another by row. It has become clear to me that the desired task (i.e., aligning text columns of different size and ...
Michael Gruenstaeudl's user avatar
-2 votes
1 answer
109 views

I'm trying to understand the approximate polynomial time algorithm for subset sum problem at Wikipedia, but I stuck at the pseudocode's 3rd line: let T be a list consisting of xi + y, for all y in S ...
miklosme's user avatar
  • 101

15 30 50 per page