Menu
Menu
DaniWeb
Log In
Sign Up
Read
Contribute
Meet
Search
Search
About 1,000 results for
algo
- Page 1
GCD Algo. Help
Programming
Software Development
20 Years Ago
by dontcare
…, I can't figure out to use the
algo
in my program. The
algo
: int gcd(int a, int b){ assert(b…
Help Me With Sorting Algo
Programming
Software Development
16 Years Ago
by SwiftDeath
… finshed it does sort the input elements the way my
algo
logic does however i am not able to display the… correct number of passes to show the law of the
algo
, it shoud be: number of passes = total number of elements… round off to left subgroup the main logic of the
algo
is to divide it into two groups and sort it…
Re: GCD Algo. Help
Programming
Software Development
20 Years Ago
by dontcare
… using the following but I have to use the gcd
algo
. and i have to use it to reduce the frac…
Re: Help Me With Sorting Algo
Programming
Software Development
16 Years Ago
by SwiftDeath
… fix the recent problems.. now, i think that my sorting
algo
is a bit off than what i imagined it, uhmm…
International Data Encryption Algo VB Source Code
Programming
Software Development
17 Years Ago
by muzammilpn
Can someone provide me with VB code of International Data Encryption
Algo
IDEA. I will be using it for cryptanalysis.
Rijndael algo for Encryption and Decryption of Password
Programming
Web Development
17 Years Ago
by bhavna_816
… decrypt the password in ASP.NEt2.0 application with Rijndael
algo
. I am able to encrypt the password but not able…
fast searching algo
Programming
Web Development
14 Years Ago
by manish250
… project hanging. kindly anyone suggest me better approach or searching
algo
in java for searching all log files.plz help it…
Merge Sort Algo Simulator in Java
Programming
Software Development
13 Years Ago
by pro_learner
Guys,i have to develop a simulator for Merge sort
algo
in java.I'm familiar with Java.But i have …
how to write an algo
Programming
Software Development
13 Years Ago
by sunn shine
i want to write an
algo
about stack example.. that is, ""When a person wear bangles the last bangle worn is the first one to be removed and the first bangle would be the last to be removed. This follows last in first out (LIFO) principle of stack."" how to write it?
queues (fifo rule) algo needed
Programming
Software Development
13 Years Ago
by sunn shine
i hv 2 write a code for queue fifo rule for patients visiting doctor's clinic.. can any1 atleast tel me the
algo
? i'll implement it by myself...
Problem in applying Apriori Algo in PHP
Programming
Web Development
13 Years Ago
by apanimesh061
… array_push($fis, $i); } } ?> I am trying to apply apriori
algo
to a movie rating dataset so that I can get…
Re: Problem in applying Apriori Algo in PHP
Programming
Web Development
13 Years Ago
by diafol
Could you elaborate further? I'm a bit slow on the uptake here. You want to list array items that themselves have multiple items? I'm not familiar with the
algo
. I know it's used for setting rules, but I've never used it.
OpenGL Bersenham Algo
Programming
Software Development
12 Years Ago
by gopi17
… tat shows the bersenham so far i have derive the
algo
and the pixels...but i don't know how to…
Re: OpenGL Bersenham Algo
Programming
Software Development
12 Years Ago
by myk45
> so far i have derive the
algo
and the pixels...but i don't know how to …
Genetic algo implementation
Programming
Software Development
12 Years Ago
by hussain_786
i need help to implement genetic
algo
on C#...the idea is take 10 number inputs from user then generate a chromosomes according to input kindly help me as soon as possible plz reply soon
Sum of border elements of a particular element
Programming
6 Years Ago
by Aman_16
algo
?
Algo help
Programming
Software Development
15 Years Ago
by prodigyaj
I am trying to find the sum of integers ( (int)(a*i)/b ) where i is from 0 to 10^10. The problem is a/b >=1 and can be a fraction also and a and b are constant If it wasnt a fraction then it was really easy i*(i+1)/2 * a/b Any ideas ? AJ
Re: Algo help
Programming
Software Development
15 Years Ago
by Sky Diploma
Well, Sum to n terms is [tex] \frac{n*(n+1)}{2} [/tex] Where is the need for [tex]a/b[/tex] in your equation. Please Be a little more elaborate so that we can understand what exactly is your aim.
Re: Algo help
Programming
Software Development
15 Years Ago
by prodigyaj
see i need to find the sum of i terms such that sum = summation ( (a*i)/b )where a,b constant and i moves from 0 - 10^10 if this was the only question then you could solve it as (a/b)=constant then constant*(i+1)*(i)/2 but what I have to find is (int)(ai/b) now saw a = 3 and b =2; and i is 0 - 4 so answer would be 3*0/2 + 3*1/2 + 3…
Re: Algo help
Programming
Software Development
15 Years Ago
by Sky Diploma
From what i have understood from your question, You want to know what would happen if [tex]a/b[/tex] is a fractional value and not an integer. Consider the following. [TEX]Given a=3, b=2;[/TEX] consider a variable [Tex]val = a/b;[/tex] If we have [tex]val[/tex] to be a type [icode] int [/icode]it would probably store 1. This is because …
algo
Programming
Computer Science
12 Years Ago
by rkmehta
Can any give me algorithm for online railway reservation system?
Re: algo
Programming
Computer Science
12 Years Ago
by rubberman
Google is your friend. We don't give answers to school problems. If this isn't a school problem I'd still tell you to do a Google search. There are relevant articles on the Wikipedia, but in any case, you first need to understand reservation systems themselves: http://en.wikipedia.org/wiki/Computer_reservations_system The above link is for airline…
Re: algo
Programming
Computer Science
12 Years Ago
by <M/>
Make google your friend, partner...
Re: New Sorting Algo Pls Help Me! :(
Programming
Software Development
16 Years Ago
by Adak
… think I see where you're coming from with this
algo
. This is why it violates a long held, near and… one of the best (and one of the fastest) sorting
algo
's handles this problem. Take 20 numbers, pick a mid…'s patooey about the first pass. We need a sorting
algo
that will work for 2, as well as 2 million…
Re: New Sorting Algo Pls Help Me! :(
Programming
Software Development
16 Years Ago
by Adak
[QUOTE=Adak;639919]I believe I understand what the
algo
should be. You're using an insertion sort, like the … be resorted // at the end, anyway. This shows that this
algo
is inefficient :) //if we must move the middle number, something…
Re: New Sorting Algo Pls Help Me! :(
Programming
Software Development
16 Years Ago
by Adak
I believe I understand what the
algo
should be. You're using an insertion sort, like the …
Re: New Sorting Algo Pls Help Me! :(
Programming
Software Development
16 Years Ago
by Adak
I'll look at it later tonight. I'm not surprised because it's really an odd
algo
, and we're having to wing it a bit, as we go. You get some sleep.
Re: Google has changed its Algo
Digital Media
Digital Marketing
Search Engine Strategies
13 Years Ago
by superyacht
Good news. Google change its
algo
.
Re: Google has changed its Algo
Digital Media
Digital Marketing
Search Engine Strategies
13 Years Ago
by transcribe
Good information. Google is frequently changing its
algo
. Scary, isn't it?
Re: Google has changed its Algo
Digital Media
Digital Marketing
Search Engine Strategies
13 Years Ago
by bdaybless
now a days Google use to change its
algo
very frequently.. dnt understand , why
1
2
3
17
Next
Last
Search
Search
Forums
Forum Index
Hardware/Software
Recommended Topics
Programming
Recommended Topics
Digital Media
Recommended Topics
Community Center
Recommended Topics
Latest Content
Newest Topics
Latest Topics
Latest Posts
Latest Comments
Top Tags
Topics Feed
Social
Top Members
Meet People
Community Functions
DaniWeb Premium
Newsletter Archive
Markdown Syntax
Community Rules
Developer APIs
Connect API
Forum API Docs
Tools
SEO Backlink Checker
Legal
Terms of Service
Privacy Policy
FAQ
About Us
Advertise
Contact Us
© 2025 DaniWeb® LLC