pseudocode
Algorithm to solve the points of a evenly-distributed / even-gaps spiral?
First, just to give a visual idea of what I\'m after, here\'s the closest result (yet not exactly what I\'m after) image that I\'ve found:[详细]
2023-01-28 01:45 分类:问答Identifying Clumps (Segments) of Data for Clump Sort Implementation
I am looking for Clump Sort implementation in any language or its pseudo code. The original research paper doesn\'t contain any. Since I am unable to find any existing solution (mostly because this te[详细]
2023-01-27 02:04 分类:问答print hexadecimal representation of an int
i am looking for a pseu开发者_JAVA百科docode that prints the hexadecimal represenation of an integer as string.[详细]
2023-01-24 23:53 分类:问答need help with looping
DISCLAIMER: The teacher in my class DOES NOT provide any examples or show any examples in class for looping (and the one example he showed us he said it was wrong, he used wrong example), and in addit[详细]
2023-01-23 15:58 分类:问答The isomorphic subgraph problem
Let G be a graph and δ(G) the minimum degree of a vertex. Describe an algorithm in pseudocode that, for a given tree 开发者_如何学编程T with k<= δ(G) edges, should be build (in polinomial time) a[详细]
2023-01-23 10:37 分类:问答BigO bound on some pseudocode
AllDistinct(a1 , . . . , an ) if (n = 1) return True for i := n down to 2 begin if (LinearSearch(a1 , . . . , ai−1 ; ai ) != 0)[详细]
2023-01-23 09:49 分类:问答Pseudocode/Java Mystery Algorithm
I have an algorithm, and I want to figure it what it does. I\'m sure some of you can just look at this and tell me what it does, but I\'ve been looking at it for half an hour and I\'m still not sure.[详细]
2023-01-22 13:11 分类:问答how to create a proper if then else statement for pseudocode and class diagram [closed]
开发者_Go百科It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical andcannot be reasonably answered in its current form. F[详细]
2023-01-21 10:54 分类:问答Binary tree, deleting item and reconnecting node
I\'m learning data structures and found out that for binary search trees, there are two ways to 开发者_StackOverflow社区reconnect node when you delete item. Are those two ways (below) correct?[详细]
2023-01-20 15:09 分类:问答Determine the optimal combination of coins for a dollar amount
I need to find the most optimal combination of coins that makes up a certain dollar amount.So essentially, I want to use the least amount of coins to get there.[详细]
2023-01-19 20:02 分类:问答