• Log InLog In
  • Register
Liquid`
Team Liquid Liquipedia
EDT 20:36
CEST 02:36
KST 09:36
  • Home
  • Forum
  • Calendar
  • Streams
  • Liquipedia
  • Features
  • Store
  • EPT
  • TL+
  • StarCraft 2
  • Brood War
  • Smash
  • Heroes
  • Counter-Strike
  • Overwatch
  • Liquibet
  • Fantasy StarCraft
  • TLPD
  • StarCraft 2
  • Brood War
  • Blogs
Forum Sidebar
Events/Features
News
Featured News
HomeStory Cup 27 - Info & Preview18Classic wins Code S Season 2 (2025)16Code S RO4 & Finals Preview: herO, Rogue, Classic, GuMiho0TL Team Map Contest #5: Presented by Monster Energy6Code S RO8 Preview: herO, Zoun, Bunny, Classic7
Community News
Weekly Cups (June 23-29): Reynor in world title form?6FEL Cracov 2025 (July 27) - $8000 live event13Esports World Cup 2025 - Final Player Roster14Weekly Cups (June 16-22): Clem strikes back1Weekly Cups (June 9-15): herO doubles on GSL week4
StarCraft 2
General
The SCII GOAT: A statistical Evaluation Weekly Cups (June 23-29): Reynor in world title form? How does the number of casters affect your enjoyment of esports? Esports World Cup 2025 - Final Player Roster HomeStory Cup 27 - Info & Preview
Tourneys
HomeStory Cup 27 (June 27-29) WardiTV Mondays SOOPer7s Showmatches 2025 FEL Cracov 2025 (July 27) - $8000 live event $200 Biweekly - StarCraft Evolution League #1
Strategy
How did i lose this ZvP, whats the proper response Simple Questions Simple Answers [G] Darkgrid Layout
Custom Maps
[UMS] Zillion Zerglings
External Content
Mutation # 480 Moths to the Flame Mutation # 479 Worn Out Welcome Mutation # 478 Instant Karma Mutation # 477 Slow and Steady
Brood War
General
BGH Auto Balance -> http://bghmmr.eu/ BW General Discussion StarCraft & BroodWar Campaign Speedrun Quest ASL20 Preliminary Maps Unit and Spell Similarities
Tourneys
[BSL20] GosuLeague RO16 - Tue & Wed 20:00+CET The Casual Games of the Week Thread [Megathread] Daily Proleagues [BSL20] ProLeague LB Final - Saturday 20:00 CET
Strategy
Simple Questions, Simple Answers I am doing this better than progamers do.
Other Games
General Games
Stormgate/Frost Giant Megathread Nintendo Switch Thread Path of Exile What do you want from future RTS games? Beyond All Reason
Dota 2
Official 'what is Dota anymore' discussion
League of Legends
Heroes of the Storm
Simple Questions, Simple Answers Heroes of the Storm 2.0
Hearthstone
Heroes of StarCraft mini-set
TL Mafia
TL Mafia Community Thread Vanilla Mini Mafia
Community
General
US Politics Mega-thread Trading/Investing Thread Stop Killing Games - European Citizens Initiative Things Aren’t Peaceful in Palestine Russo-Ukrainian War Thread
Fan Clubs
SKT1 Classic Fan Club! Maru Fan Club
Media & Entertainment
Anime Discussion Thread [Manga] One Piece [\m/] Heavy Metal Thread Korean Music Discussion
Sports
2024 - 2025 Football Thread Formula 1 Discussion NBA General Discussion TeamLiquid Health and Fitness Initiative For 2023 NHL Playoffs 2024
World Cup 2022
Tech Support
Computer Build, Upgrade & Buying Resource Thread
TL Community
The Automated Ban List
Blogs
Blog #2
tankgirl
Game Sound vs. Music: The Im…
TrAiDoS
StarCraft improvement
iopq
Heero Yuy & the Tax…
KrillinFromwales
Trip to the Zoo
micronesia
Customize Sidebar...

Website Feedback

Closed Threads



Active: 660 users

The Big Programming Thread - Page 609

Forum Index > General Forum
Post a Reply
Prev 1 607 608 609 610 611 1031 Next
Thread Rules
1. This is not a "do my homework for me" thread. If you have specific questions, ask, but don't post an assignment or homework problem and expect an exact solution.
2. No recruiting for your cockamamie projects (you won't replace facebook with 3 dudes you found on the internet and $20)
3. If you can't articulate why a language is bad, don't start slinging shit about it. Just remember that nothing is worse than making CSS IE6 compatible.
4. Use [code] tags to format code blocks.
Shield
Profile Blog Joined August 2009
Bulgaria4824 Posts
March 30 2015 17:39 GMT
#12161
On March 30 2015 22:26 Acrofales wrote:
Honestly, if you have no clue where to start when programming A*, you probably should be staying far away from studying CS...

1. As algorithms go, A* is a simple one. If you don't understand it, CS is not for you.
2. There are literally thousands of explanations of it, pseudocode implementations, and actual implementations in any programming language you can imagine. If you don't know how to find them, CS is not for you (or well, any other study, because some healthy dose of Google knowledge is necessary for most stuff nowadays)


"Only a sith deals in absolutes".
spinesheath
Profile Blog Joined June 2009
Germany8679 Posts
March 30 2015 17:47 GMT
#12162
On March 31 2015 01:28 solidbebe wrote:
Show nested quote +
On March 31 2015 00:35 Prillan wrote:
On March 30 2015 22:26 Acrofales wrote:
Honestly, if you have no clue where to start when programming A*, you probably should be staying far away from studying CS...

1. As algorithms go, A* is a simple one. If you don't understand it, CS is not for you.
2. There are literally thousands of explanations of it, pseudocode implementations, and actual implementations in any programming language you can imagine. If you don't know how to find them, CS is not for you (or well, any other study, because some healthy dose of Google knowledge is necessary for most stuff nowadays)

What the?! What kind of answer is that? You basically said: "If you don't know how to do it, you shouldn't try to learn it."

What he actually said (or meant at least, and what I got from it): "If you don't know how to learn how to do it, you shouldn't do it".

Which is generally a statement I agree with.

Learn how to learn how to do it.
That actually should be a course at every university.
If you have a good reason to disagree with the above, please tell me. Thank you.
Deleted User 101379
Profile Blog Joined August 2010
4849 Posts
March 30 2015 19:28 GMT
#12163
On March 31 2015 02:47 spinesheath wrote:
Show nested quote +
On March 31 2015 01:28 solidbebe wrote:
On March 31 2015 00:35 Prillan wrote:
On March 30 2015 22:26 Acrofales wrote:
Honestly, if you have no clue where to start when programming A*, you probably should be staying far away from studying CS...

1. As algorithms go, A* is a simple one. If you don't understand it, CS is not for you.
2. There are literally thousands of explanations of it, pseudocode implementations, and actual implementations in any programming language you can imagine. If you don't know how to find them, CS is not for you (or well, any other study, because some healthy dose of Google knowledge is necessary for most stuff nowadays)

What the?! What kind of answer is that? You basically said: "If you don't know how to do it, you shouldn't try to learn it."

What he actually said (or meant at least, and what I got from it): "If you don't know how to learn how to do it, you shouldn't do it".

Which is generally a statement I agree with.

Learn how to learn how to do it.
That actually should be a course at every university.


Course 101: Google-Fu basics
Course 102: Stack overflow for beginners

After that, you are basically a full programmer :p
fmod
Profile Blog Joined November 2013
Cayman Islands330 Posts
March 30 2015 20:25 GMT
#12164
Try doing Dijkstra on paper to get the hang of it..It's a very obvious and intuitive algorithm. Then move on to A*, which is very similar but using the heuristic function to select the next node.
I don't particularly like you.
Khalum
Profile Joined September 2010
Austria831 Posts
Last Edited: 2015-03-30 22:05:26
March 30 2015 22:04 GMT
#12165
On March 31 2015 02:39 darkness wrote:
Show nested quote +
On March 30 2015 22:26 Acrofales wrote:
Honestly, if you have no clue where to start when programming A*, you probably should be staying far away from studying CS...

1. As algorithms go, A* is a simple one. If you don't understand it, CS is not for you.
2. There are literally thousands of explanations of it, pseudocode implementations, and actual implementations in any programming language you can imagine. If you don't know how to find them, CS is not for you (or well, any other study, because some healthy dose of Google knowledge is necessary for most stuff nowadays)


"Only a sith deals in absolutes".


Oh, the irony..
Manit0u
Profile Blog Joined August 2004
Poland17241 Posts
March 30 2015 23:07 GMT
#12166
Relevant:

http://thecodinglove.com/post/40465759870/when-i-find-a-solution-without-using-google
Time is precious. Waste it wisely.
Shield
Profile Blog Joined August 2009
Bulgaria4824 Posts
March 31 2015 02:54 GMT
#12167
On March 31 2015 07:04 Khalum wrote:
Show nested quote +
On March 31 2015 02:39 darkness wrote:
On March 30 2015 22:26 Acrofales wrote:
Honestly, if you have no clue where to start when programming A*, you probably should be staying far away from studying CS...

1. As algorithms go, A* is a simple one. If you don't understand it, CS is not for you.
2. There are literally thousands of explanations of it, pseudocode implementations, and actual implementations in any programming language you can imagine. If you don't know how to find them, CS is not for you (or well, any other study, because some healthy dose of Google knowledge is necessary for most stuff nowadays)


"Only a sith deals in absolutes".


Oh, the irony..


What do you mean? Do you refer to my signature?
Blisse
Profile Blog Joined July 2010
Canada3710 Posts
Last Edited: 2015-03-31 05:51:34
March 31 2015 05:51 GMT
#12168
No like it's ironic to say only sith deals in absolutes because you're using "only" as well, implying you're sith.
There is no one like you in the universe.
KurtistheTurtle
Profile Blog Joined December 2008
United States1966 Posts
March 31 2015 06:03 GMT
#12169
Are you calling Obi-Wan a Sith!??! Gloves off, lets take this outside!!
“Reject your sense of injury and the injury itself disappears."
JD.
Profile Joined September 2014
Australia250 Posts
March 31 2015 06:42 GMT
#12170
I don't disagree with what you guys are saying about my asking for help, just so we're clear its not so much that I don't understand the algorithm but that im having issues implementing in the manner required of my assignment.
As I said I thought it could be a bit of a reach anyway in that it was pretty close to asking for my work to be done for me (though that wasn't my intention) so don't worry about it, continue thread
Blisse
Profile Blog Joined July 2010
Canada3710 Posts
Last Edited: 2015-03-31 08:16:42
March 31 2015 07:04 GMT
#12171
There's a lot of moments when I ask a question and then I ask myself or my friend asks me, why don't I just search the answer? And then I'm like, yeah why didn't I..... and I think you'll have a lot of trouble programming if you can't do most of the searching yourself.

But then there's also the problem where I don't ask my friends for help enough, because a lot of the time the problems can and should be solved by yourself because that's how you actually learn. It's really hard to differentiate being blocked by self-solvable problems or not, and you'll see a lot of times inexperienced programmers ask for help way too early. And as an inexperienced programmer myself it's extremely hard to see when that's the case or not until way later.

It's actually a cool lesson to learn when you're with a good team with an enterprise level code base. How do you code your code in a way that's not only readable, committable, but also searchable. That's why you have for example, not naming conventions but purposeful naming conventions. That's why you have comments. So the purpose is expressed if someone needs to search for a code example. When you have a problem that you can just search through the code base immediately for a keyword and find a perfect example, you thank the hell out of whoever coded that for making your life so easy. Google is smarter, but you have to weave your query in a specific way once your problem is non-trivial, whereas code search is pretty much spot on. I think Github/any public code hosting site would have a lot of direct code search potential even if they probably have way too much code to search quickly.

Sorry I like blogging so sometimes there's no real reason I type stuff here except to say programmy stuff :p

I also find it annoying when someone treats me like a junior when I feel like I know what I'm doing XD I know it's hard to tell though because I complain about problems a lot. I feel like I complain a lot though because I don't have anywhere else to vent at my code.
There is no one like you in the universe.
Invictus
Profile Blog Joined September 2009
Singapore2697 Posts
March 31 2015 07:35 GMT
#12172
As a newbie programmer with no prior knowledge in programming before entering university, this applies alot to me and my peers.. I've been having problems thinking of how to implement solutions and even if i know how it works it just boggles my mind how to implement them.
Lee Jaedong Fighting!
GwSC
Profile Joined December 2010
United States1997 Posts
March 31 2015 07:45 GMT
#12173
On March 31 2015 16:04 Blisse wrote:
There's a lot of moments when I ask a question and then I ask myself or my friend asks me, why don't I just search the answer? And then I'm like, yeah why didn't I..... and I think you'll have a lot of trouble programming if you can't do most of the searching yourself.

But then there's also the problem where I don't ask my friends for help enough, because a lot of the time the problems can and should be solved by yourself because that's how you actually learn. It's really hard to differentiate being blocked by self-solvable problems or not, and you'll see a lot of times inexperienced programmers ask for help way too early. And as an inexperienced programmer myself it's extremely hard to see when that's the case or not until way later.



Yeah, I'm still in school, but that's something I've had a hard time with figuring out - at what point do you stop trying to figure it all out on your own and ask someone/google to help move things along? I always end up feeling like I'm cheating myself out of something important if I don't get there completely on my own, like I am not learning as thoroughly as I would if I had struggled along for hours and hours on my own. At the same time I know that's probably an unrealistic way of thinking, and it's often not practical to work that way. Hopefully sometime soon I'll figure out the balance.
Manit0u
Profile Blog Joined August 2004
Poland17241 Posts
March 31 2015 08:28 GMT
#12174
On March 31 2015 16:45 GwSC wrote:
Show nested quote +
On March 31 2015 16:04 Blisse wrote:
There's a lot of moments when I ask a question and then I ask myself or my friend asks me, why don't I just search the answer? And then I'm like, yeah why didn't I..... and I think you'll have a lot of trouble programming if you can't do most of the searching yourself.

But then there's also the problem where I don't ask my friends for help enough, because a lot of the time the problems can and should be solved by yourself because that's how you actually learn. It's really hard to differentiate being blocked by self-solvable problems or not, and you'll see a lot of times inexperienced programmers ask for help way too early. And as an inexperienced programmer myself it's extremely hard to see when that's the case or not until way later.



Yeah, I'm still in school, but that's something I've had a hard time with figuring out - at what point do you stop trying to figure it all out on your own and ask someone/google to help move things along? I always end up feeling like I'm cheating myself out of something important if I don't get there completely on my own, like I am not learning as thoroughly as I would if I had struggled along for hours and hours on my own. At the same time I know that's probably an unrealistic way of thinking, and it's often not practical to work that way. Hopefully sometime soon I'll figure out the balance.


The thing is not to just google the solution, it is googling the best solution and then implementing it the right way.
Time is precious. Waste it wisely.
Shield
Profile Blog Joined August 2009
Bulgaria4824 Posts
Last Edited: 2015-03-31 08:44:27
March 31 2015 08:42 GMT
#12175
On March 31 2015 14:51 Blisse wrote:
No like it's ironic to say only sith deals in absolutes because you're using "only" as well, implying you're sith.


Ah, thanks for clarifying. I didn't expect quote to be challenged.

On March 31 2015 16:45 GwSC wrote:
Show nested quote +
On March 31 2015 16:04 Blisse wrote:
There's a lot of moments when I ask a question and then I ask myself or my friend asks me, why don't I just search the answer? And then I'm like, yeah why didn't I..... and I think you'll have a lot of trouble programming if you can't do most of the searching yourself.

But then there's also the problem where I don't ask my friends for help enough, because a lot of the time the problems can and should be solved by yourself because that's how you actually learn. It's really hard to differentiate being blocked by self-solvable problems or not, and you'll see a lot of times inexperienced programmers ask for help way too early. And as an inexperienced programmer myself it's extremely hard to see when that's the case or not until way later.



Yeah, I'm still in school, but that's something I've had a hard time with figuring out - at what point do you stop trying to figure it all out on your own and ask someone/google to help move things along? I always end up feeling like I'm cheating myself out of something important if I don't get there completely on my own, like I am not learning as thoroughly as I would if I had struggled along for hours and hours on my own. At the same time I know that's probably an unrealistic way of thinking, and it's often not practical to work that way. Hopefully sometime soon I'll figure out the balance.


When you have little or no experience, google is that necessary substitute. Once you're an 'expert' at a topic, you may go without google.
Manit0u
Profile Blog Joined August 2004
Poland17241 Posts
Last Edited: 2015-03-31 09:18:13
March 31 2015 09:16 GMT
#12176
I guess that even if you're an expert you'll be using google from time to time just to double-check your solution

I remember that some of the questions during my job interview went along the lines of:

"How good are you with googling?" and "You're not a stranger to StackOverflow, are you?"
Time is precious. Waste it wisely.
Acrofales
Profile Joined August 2010
Spain17966 Posts
Last Edited: 2015-03-31 10:33:08
March 31 2015 10:06 GMT
#12177
On March 31 2015 15:42 JD. wrote:
I don't disagree with what you guys are saying about my asking for help, just so we're clear its not so much that I don't understand the algorithm but that im having issues implementing in the manner required of my assignment.
As I said I thought it could be a bit of a reach anyway in that it was pretty close to asking for my work to be done for me (though that wasn't my intention) so don't worry about it, continue thread


I may have been a bit harsh in my originl post, but there's a reason this type of question doesn't get answered on stack overflow. And only part of it is that the community is not there to do your homework for you.

If you know how A* works, can you write out a pseudocode algorithm for it? If you can, then where in that algorithm is it that you are getting stuck when implementing it in java?

As someone said earlier: can you implement Dijkstra's algorithm? That is a pretty good starting point to modify. All you need to change are the method for picking what node to expand, and the end condition (lots of people forget that the end condition for Dijkstra is simpler).

Also, what kind of datastructure are you using for your graph?
Cyx.
Profile Joined November 2010
Canada806 Posts
March 31 2015 10:37 GMT
#12178
On March 31 2015 18:16 Manit0u wrote:
I guess that even if you're an expert you'll be using google from time to time just to double-check your solution

I remember that some of the questions during my job interview went along the lines of:

"How good are you with googling?" and "You're not a stranger to StackOverflow, are you?"

Haha... I had one this year that was just 'so tell us what kind of resources you used to learn about X', stackoverflow was pretty high up on that list :D
iNsaNe-
Profile Joined January 2005
Finland5201 Posts
March 31 2015 11:43 GMT
#12179
On March 30 2015 22:26 Acrofales wrote:
Honestly, if you have no clue where to start when programming A*, you probably should be staying far away from studying CS...

1. As algorithms go, A* is a simple one. If you don't understand it, CS is not for you.
2. There are literally thousands of explanations of it, pseudocode implementations, and actual implementations in any programming language you can imagine. If you don't know how to find them, CS is not for you (or well, any other study, because some healthy dose of Google knowledge is necessary for most stuff nowadays)


Probably around 80-90 percent of the students that started studying CS in the university I went to (and later taught in basic programming courses) didn't have any prior background on programming. Should they just quit right away?

If that's a normal level assignment to implement the algorithm with Java and you have no idea where to start it's not a good sign, but it doesn't mean that you couldn't learn if you put enough effort to it or learn how to learn. Telling someone they should stay away from the field because they don't know how to solve that problem is ridiculous.
It takes a fool to remain sane.
enigmaticcam
Profile Blog Joined October 2010
United States280 Posts
March 31 2015 16:00 GMT
#12180
On March 12 2015 08:02 Zocat wrote:
Do you need to find the best solution (global optima) or a "good enough" solution (local optima)?

What is the rough user/job size? Hundreds, thousands, millions, unlimited?

Adding / removing rules depends on your rule complexity. Changing a rule can be easy (not working 3 days in a row), but adding a completely new rule might be complicated (user X doesn't like to do job Y, but he can do it if necessary).

If you don't need the global optima I would look into genetic algorithms. The fitness function sounds easy enough to implement with your set of rules and hard-rule breaking offspring can die off immediately.

Thanks for your suggesting of using a genetic algorithm. It works fantastically. At first it was slow - would take 15-30 minutes. But after doing some researching and implementing elitism, it now solves it in seconds, sometimes even less than a second. Thanks!
Prev 1 607 608 609 610 611 1031 Next
Please log in or register to reply.
Live Events Refresh
Replay Cast
00:00
DH Dallas | TheStC Showmatch
CranKy Ducklings93
Liquipedia
[ Submit Event ]
Live Streams
Refresh
StarCraft 2
PiGStarcraft519
StarCraft: Brood War
firebathero 85
Dota 2
monkeys_forever11
League of Legends
Grubby3425
Counter-Strike
summit1g9237
taco 879
Other Games
shahzam759
Artosis539
JimRising 461
Maynarde192
Pyrionflax157
Mew2King63
RuFF_SC25
Organizations
Other Games
gamesdonequick1550
StarCraft 2
Blizzard YouTube
StarCraft: Brood War
BSLTrovo
sctven
[ Show 16 non-featured ]
StarCraft 2
• davetesta135
• Hupsaiya 78
• Mapu9
• AfreecaTV YouTube
• intothetv
• Kozan
• IndyKCrew
• LaughNgamezSOOP
• Migwel
• sooper7s
StarCraft: Brood War
• BSLYoutube
• STPLYoutube
• ZZZeroYoutube
Dota 2
• Ler45
League of Legends
• masondota2764
• Stunt278
Upcoming Events
Wardi Open
10h 25m
PiGosaur Monday
23h 25m
The PondCast
1d 9h
Replay Cast
1d 23h
RSL Revival
2 days
WardiTV European League
2 days
Replay Cast
2 days
RSL Revival
3 days
WardiTV European League
3 days
FEL
3 days
[ Show More ]
Korean StarCraft League
4 days
CranKy Ducklings
4 days
RSL Revival
4 days
FEL
4 days
Sparkling Tuna Cup
5 days
RSL Revival
5 days
FEL
5 days
BSL: ProLeague
5 days
Dewalt vs Bonyth
Replay Cast
6 days
Liquipedia Results

Completed

Proleague 2025-06-28
HSC XXVII
Heroes 10 EU

Ongoing

JPL Season 2
BSL 2v2 Season 3
BSL Season 20
Acropolis #3
KCM Race Survival 2025 Season 2
CSL 17: 2025 SUMMER
Copa Latinoamericana 4
Championship of Russia 2025
RSL Revival: Season 1
Murky Cup #2
BLAST.tv Austin Major 2025
ESL Impact League Season 7
IEM Dallas 2025
PGL Astana 2025
Asian Champions League '25
BLAST Rivals Spring 2025
MESA Nomadic Masters
CCT Season 2 Global Finals
IEM Melbourne 2025
YaLLa Compass Qatar 2025

Upcoming

CSLPRO Last Chance 2025
CSLPRO Chat StarLAN 3
K-Championship
uThermal 2v2 Main Event
SEL Season 2 Championship
FEL Cracov 2025
Esports World Cup 2025
FISSURE Playground #2
BLAST Open Fall 2025
BLAST Open Fall Qual
Esports World Cup 2025
BLAST Bounty Fall 2025
BLAST Bounty Fall Qual
IEM Cologne 2025
FISSURE Playground #1
TLPD

1. ByuN
2. TY
3. Dark
4. Solar
5. Stats
6. Nerchio
7. sOs
8. soO
9. INnoVation
10. Elazer
1. Rain
2. Flash
3. EffOrt
4. Last
5. Bisu
6. Soulkey
7. Mini
8. Sharp
Sidebar Settings...

Advertising | Privacy Policy | Terms Of Use | Contact Us

Original banner artwork: Jim Warren
The contents of this webpage are copyright © 2025 TLnet. All Rights Reserved.