Algorithms Profile
Algorithms

@soalgorithm

Followers
14
Following
0
Media
0
Statuses
4K

Joined August 2010
Don't wanna be here? Send us removal request.
@soalgorithm
Algorithms
9 years
Implementing FCFS CPU Scheduler (Wait time function): Process Data: process goes {CPU burst, I/O time, CPU bu...
0
0
0
@soalgorithm
Algorithms
9 years
Find list of product categories which satisfy some conditions: I have 5 product categories. Each product cate...
0
0
0
@soalgorithm
Algorithms
9 years
Get set of random numbers from input List having fixed sum using C#: I am looking for a C# algorithm that wou...
0
0
0
@soalgorithm
Algorithms
9 years
Algorithm to determine a currency value [on hold]: This isn't a programming question specifically but, I am t...
0
0
0
@soalgorithm
Algorithms
9 years
Rotating & printing squares: Got a quick question about an assignment in c#, wpf. The task is to read in an X...
0
0
0
@soalgorithm
Algorithms
9 years
How to modify list-indexes according to a list which contains only the changed indexes?: This one is much mor...
0
0
0
@soalgorithm
Algorithms
9 years
2d gridbased Pathfinding: Cheapest way/algorithm to find out if a location is reachable: My main pathfinding ...
0
0
0
@soalgorithm
Algorithms
9 years
Why is this my simple cache not working?: I have a chunk of code I wrote private int CountChangeOptions(int...
0
0
0
@soalgorithm
Algorithms
9 years
What is a good algorithm for incrementing through a sequence of 'A' through 'ZZZZ'? [on hold]: I have an inte...
0
0
0
@soalgorithm
Algorithms
9 years
Why is the following code wrong? binomial coefficient: I am doing project euler and i am at problem 15 now, h...
0
0
0
@soalgorithm
Algorithms
9 years
Shortest path in a graph ( how to return to origin ? ): I'm working on a project for a transport company. Ess...
0
0
0
@soalgorithm
Algorithms
9 years
Could you please help me find the bug in this code?: I did the Flags problem on Codility. There's a very tiny...
0
0
0
@soalgorithm
Algorithms
9 years
Does LINQ have any easy/elegant way to take the first element and put it at the end?: Or should I say, skip t...
0
0
0
@soalgorithm
Algorithms
9 years
Is this fact correct about finding the number of ways to "make change" for a given amount?: The problem I'm t...
0
0
0
@soalgorithm
Algorithms
9 years
Complexity of swapping Dictionary type arguments in C#: I have a Dictionary<A,B> where objects of A are uniqu...
0
0
0
@soalgorithm
Algorithms
9 years
Largest sum of upper-left quadrant of matrix that can be formed by reversing rows and columns: I'm working on...
0
0
0
@soalgorithm
Algorithms
9 years
How to group by portions of a grid by quadratic amounts?: I'm facing the following problem: The have one grid...
0
0
0
@soalgorithm
Algorithms
9 years
Implementing a binary tree, not binary search tree in C#: I am trying to implement a Binary Tree, NOT Binary ...
0
0
0
@soalgorithm
Algorithms
9 years
Moller-Trumbore ray-triangle code - Ray Not pointing right way: So I have been trying to fix this issue for a...
0
0
0
@soalgorithm
Algorithms
9 years
Which corner case unit test would this fail?: I tried the Fish problem on Codility and I secured 75% marks fo...
0
0
0