473,542 Members | 2,057 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Algorithms / Advanced Math Forum

1
1,812
thread by: depster | last post May 23 '13 by: Nepomuk
which sort is best for sorting numbers upto 10^6 and each number is upto 10^6 large?
1
1,792
thread by: Vivek Sethia | last post Sep 4 '13 by: Nepomuk
Finding 5 missing numbers from array of 1 million numbers ( array can be any order but there is no repeated numbers )
0
1,790
thread by: rajatkmitra | last post Jun 2 '10 by: rajatkmitra
Hi Folks, I am writing a simple parser to parse SPICE code ( Spice is a transistor level simulator ). The spice code looks like this - ======================== R10 2 3 0.5e-3 C11 4 6 0.2e-6 L13 4 4 0.1e-9 ========================= As you can see each line has 4 items - a character string followed by an integer then another integer and...
0
1,743
thread by: Ramk | last post Jun 15 '11 by: Ramk
Does anybody give me suggestions in implementing an algorithm using a programming language such as C#. For example, lets say; I had a stream of data continuously coming to me. I want to filter the data based on certain conditions such as "if new data is lessthan 10", discard the new data. I can implement the same by 'C# generic collection',...
1
1,704
thread by: lyzeth | last post Mar 26 '13 by: Rabbit
How many random people do you have to select before you find three people who share the same birthday? That is, all three people were born on the same day in the same month, but not necessarily in the same year.the month and day should appear but i don't know how to do it.. can you help me?
0
1,681
thread by: peilin | last post Oct 29 '11 by: peilin
hi, i am research student, my research topic is about to compare the crawling process for Bfs and Dfs, have anyone willing to share their sample crawler code? Thank You!
1
1,662
thread by: daniyal1122 | last post Mar 5 '13 by: Rabbit
write an alogrithm to find out average milage per liter?
0
1,559
thread by: tristancohn | last post Sep 12 '13 by: tristancohn
i have a waveform: y2(x)= sin(x*1.2)+sin(x*1.8 ) the first 6 nodes, meaning the parts of the wave where y2=0 come up on my graph at around x = 2.094 4.189 5.236 6.283 8.377
1
1,513
thread by: arkanX | last post Aug 31 '13 by: arkanX
Can someone please help me with this question. I'm unsure as how to get the function to error when N<2... i really need help!!!
0
1,504
thread by: Yao889956 | last post Jul 3 '23 by: Yao889956
Dijkstra’s algorithm is a method for solving the single-source shortest path problem on a graph, and can be applied in various fields such as computer networks and transportation. In the context of company monitoring software, Dijkstra’s algorithm can be used to calculate the shortest path between different nodes in the monitoring system, allowing...
2
1,457
thread by: depster | last post May 16 '13 by: smashicoder
#include<stdio.h> #include<time.h> #include<conio.h> #include<assert.h> int main() { clock_t start, stop; int n,i,j,temp,a; scanf("%d",&n);
0
1,401
thread by: jojo6620 | last post Apr 14 '13 by: jojo6620
Hello, Can someone please help me determine the Matlab code that we required in order to produce a Matlab figure of the pattern I have attached. This is a somewhat helical like graph. I have been breaking my head over this and haven't got anywhere useful. Any help would be greatly appreciated. Thanks so much.
0
1,380
thread by: stdq | last post Jul 20 '13 by: stdq
Hi, everyone. I am developing an application to simulate signal processing, and I would like to generate a channel that introduces distortion to a signal. I would like to generate the coefficients of the z-transform of the channel in a random fashion, but what is the possible range of values for each coefficient? Would it be the real values from 0...
0
1,263
thread by: karimkhan | last post Aug 15 '13 by: karimkhan
I want sentiment based category wise dictionary which categories words like fruits, vehicles, conjunctions, articles etc. Dictionary which categorize negative and positive words are available easily but this I could not find out.
0
372
thread by: Yao889956 | last post Jun 29 '23 by: Yao889956
Greedy algorithm is an algorithm based on the greedy approach, which is commonly used to find the globally optimal solution by selecting the locally optimal solution at each step, considering the given constraints. The application of the greedy algorithm in computer monitoring software can include several aspects: File scanning: When...
0
343
thread by: Yao889956 | last post Jun 30 '23 by: Yao889956
Nine-grid algorithm is an image processing algorithm used in screen monitoring software. It divides the screen into nine equally sized grid regions and analyzes and compares the pixel values in each region to achieve precise analysis of the screen image. The analysis of the Nine-grid algorithm in screen monitoring software is as follows: ...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.