pseudocode
Updating a sequence of rows
I have a table sites and basically a travelling salesman problem. My boss wants to select a bunch of sites out of the list, then sort them manually into a visit order. I have looked for similar questi[详细]
2023-03-21 13:23 分类:问答Zip - Add files and folders that are newer, remove old ones
I want to do the following on a Windows and Linux machine : Zip several folders in an automated process[详细]
2023-03-21 09:18 分类:问答Given list of digits, keep digits in order while using +-*/ to get specific result
Not sure if this has been asked before, but couldn\'t find a specific mention of this type of problem.[详细]
2023-03-19 05:53 分类:问答Mersenne Twister on Little Endian
Does the pseudocode provided in Wikipedia\'s article on Mersenne Twister work with Little Endian (\"atomic elemen开发者_C百科t size\" 8 or 16 bit), or any other byte-orderings?[详细]
2023-03-13 09:32 分类:问答Coalesced Hashing Deletion Algorithm
Can someone show me an example of deletion algorithm for a coalesced chained hash table? My insertion algorithm is like this:[详细]
2023-03-13 03:34 分类:问答How to translate this C#-like code to an SQL Server stored proc
Below is pseudo-code for SQL Server stored procedure I need to write: int[] followers = (select FollowerID from StoreFollower where StoreId = @storeId)[详细]
2023-03-09 15:03 分类:问答How to change this into pseudocode [closed]
It's difficult to tell what is being asked here. This question is ambiguous, vag开发者_开发百科ue, incomplete, overly broad, or rhetorical andcannot be reasonably answered in its current form.[详细]
2023-03-06 11:13 分类:问答Dynamic Programming Problem
Well, I really don\'t need help with code itself, but understanding what exactly I am trying to do in order to write the code. In a nutshell, I am given 1000 projects each with a set of resources, and[详细]
2023-03-01 23:41 分类:问答Writing pseudocode for parallel programming
How do you write pseudo-code for parallel programming? Especially, how do开发者_如何学编程 you differentiate local and shared variables? How do you represent operations like scatter, gather, reduce, b[详细]
2023-02-22 15:17 分类:问答string algorithm homework/interview like question
Lets say we have to strings, A and B. The task is to insert any needed letters in the string B in order to end up with the string 开发者_如何学运维A.[详细]
2023-02-21 13:10 分类:问答