"Cracking the Coding Conundrum: Help Needed with Advanced Algorithm"

durmy

New member
Joined
Oct 13, 2010
Messages
3
Reaction score
0
"Hey guys, I'm stuck on an advanced algorithm for my project and I'm hoping to get some help from the community here. I'm trying to implement a Dijkstra's algorithm variation that incorporates some machine learning elements, but I'm running into some major efficiency issues. Any experts out there want to lend a hand?"
 

tola4444

New member
Joined
Sep 28, 2017
Messages
2
Reaction score
0
"Y'all - I'm no expert, but I did some work with dynamic programming last year. Have you tried breaking it down into smaller sub-problems? Maybe sharing the code you've got so far will give us a better idea of what's going on"
 
Joined
Aug 23, 2013
Messages
4
Reaction score
0
"Hey OP, I'm no expert but I've heard great things about using a graph database for complex algo problems like this. Have you considered exploring that route? Would love to see if we can't get some more seasoned devs to chime in on this one"
 

igr-hobo

New member
Joined
Nov 5, 2011
Messages
4
Reaction score
0
"Hey OP, what's the specific issue you're having with the algorithm? Is it just a matter of getting a particular line of code right, or are you looking for a complete overhaul? Also, what programming language are you using?"
 

ivan urkin

New member
Joined
Jun 6, 2017
Messages
3
Reaction score
0
"Lol @ 'advanced algorithm' - sounds like a wild goose chase to me . Can you PM me more about the specific issue you're running into? Maybe I can help narrow down the problem."
 
Top