Click here to Skip to main content
16,015,697 members
Home / Discussions / Algorithms
   

Algorithms

 
GeneralRe: Homework Question - honest!! Pin
Urs Enzler9-Oct-07 5:04
Urs Enzler9-Oct-07 5:04 
AnswerRe: How to get Best Possible Combination from an ArrayList Pin
Rob Graham6-Oct-07 4:29
Rob Graham6-Oct-07 4:29 
Questionencryption algorithm Pin
sc_emb4-Oct-07 20:08
sc_emb4-Oct-07 20:08 
AnswerRe: encryption algorithm Pin
cp98764-Oct-07 21:09
cp98764-Oct-07 21:09 
AnswerRe: encryption algorithm Pin
PICguy9-Oct-07 20:19
PICguy9-Oct-07 20:19 
Questionhow to convert a string to a mathematical function Pin
nta_388626-Sep-07 2:55
nta_388626-Sep-07 2:55 
AnswerRe: how to convert a string to a mathematical function Pin
David Crow26-Sep-07 4:48
David Crow26-Sep-07 4:48 
AnswerRe: how to convert a string to a mathematical function Pin
Dan Neely26-Sep-07 5:25
Dan Neely26-Sep-07 5:25 
use a stack to convert the formula into Reverse Polish Notation (RPN). Then evaluate the RPN version. You can find many examples of how to do both steps of this via google.

--
If you view money as inherently evil, I view it as my duty to assist in making you more virtuous.

GeneralRe: how to convert a string to a mathematical function Pin
El Corazon26-Sep-07 9:45
El Corazon26-Sep-07 9:45 
AnswerRe: how to convert a string to a mathematical function Pin
Russell'27-Sep-07 0:35
Russell'27-Sep-07 0:35 
AnswerRe: how to convert a string to a mathematical function Pin
Urs Enzler27-Sep-07 1:16
Urs Enzler27-Sep-07 1:16 
AnswerRe: how to convert a string to a mathematical function Pin
Luc Pattyn27-Sep-07 3:29
sitebuilderLuc Pattyn27-Sep-07 3:29 
AnswerRe: how to convert a string to a mathematical function Pin
PICguy9-Oct-07 20:57
PICguy9-Oct-07 20:57 
QuestionWhich algorithm fits best ? Pin
kkadir24-Sep-07 9:19
kkadir24-Sep-07 9:19 
AnswerRe: Which algorithm fits best ? Pin
PICguy24-Sep-07 14:21
PICguy24-Sep-07 14:21 
GeneralRe: Which algorithm fits best ? Pin
kkadir25-Sep-07 3:36
kkadir25-Sep-07 3:36 
AnswerRe: Which algorithm fits best ? Pin
Russell'26-Sep-07 0:04
Russell'26-Sep-07 0:04 
GeneralRe: Which algorithm fits best ? Pin
kkadir26-Sep-07 11:06
kkadir26-Sep-07 11:06 
GeneralRe: Which algorithm fits best ? Pin
Russell'26-Sep-07 22:07
Russell'26-Sep-07 22:07 
GeneralRe: Which algorithm fits best ? Pin
mulletcheese28-Sep-07 6:02
mulletcheese28-Sep-07 6:02 
QuestionCode for Travelling Salesman Problem Pin
laremtj24-Sep-07 8:56
laremtj24-Sep-07 8:56 
AnswerRe: Code for Travelling Salesman Problem Pin
Paul Conrad24-Sep-07 13:18
professionalPaul Conrad24-Sep-07 13:18 
Questionall combinations from a set of numbers Pin
Tom Deketelaere24-Sep-07 4:26
professionalTom Deketelaere24-Sep-07 4:26 
AnswerRe: all combinations from a set of numbers Pin
Luc Pattyn24-Sep-07 6:27
sitebuilderLuc Pattyn24-Sep-07 6:27 
GeneralRe: all combinations from a set of numbers Pin
Hoss Fly24-Sep-07 15:34
Hoss Fly24-Sep-07 15:34 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.