• Log InLog In
  • Register
Liquid`
Team Liquid Liquipedia
EST 15:43
CET 21:43
KST 05:43
  • 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
RSL Season 3 - Playoffs Preview0RSL Season 3 - RO16 Groups C & D Preview0RSL Season 3 - RO16 Groups A & B Preview2TL.net Map Contest #21: Winners12Intel X Team Liquid Seoul event: Showmatches and Meet the Pros10
Community News
[BSL21] Ro.16 Group Stage (C->B->A->D)4Weekly Cups (Nov 17-23): Solar, MaxPax, Clem win3RSL Season 3: RO16 results & RO8 bracket13Weekly Cups (Nov 10-16): Reynor, Solar lead Zerg surge2[TLMC] Fall/Winter 2025 Ladder Map Rotation14
StarCraft 2
General
When will we find out if there are more tournament Weekly Cups (Nov 17-23): Solar, MaxPax, Clem win SC: Evo Complete - Ranked Ladder OPEN ALPHA Weekly Cups (Nov 10-16): Reynor, Solar lead Zerg surge RSL Season 3: RO16 results & RO8 bracket
Tourneys
Tenacious Turtle Tussle [Alpha Pro Series] Nice vs Cure RSL Revival: Season 3 $5,000+ WardiTV 2025 Championship StarCraft Evolution League (SC Evo Biweekly)
Strategy
Custom Maps
Map Editor closed ?
External Content
Mutation # 501 Price of Progress Mutation # 500 Fright night Mutation # 499 Chilling Adaptation Mutation # 498 Wheel of Misfortune|Cradle of Death
Brood War
General
Which season is the best in ASL? Data analysis on 70 million replays sas.vorti stream [BSL21] Ro.16 Group Stage (C->B->A->D) FlaSh on: Biggest Problem With SnOw's Playstyle
Tourneys
[Megathread] Daily Proleagues [BSL21] RO16 Tie Breaker - Group B - Sun 21:00 CET [BSL21] GosuLeague T1 Ro16 - Tue & Thu 22:00 CET [BSL21] RO16 Tie Breaker - Group A - Sat 21:00 CET
Strategy
Game Theory for Starcraft How to stay on top of macro? Current Meta PvZ map balance
Other Games
General Games
Stormgate/Frost Giant Megathread The Perfect Game Nintendo Switch Thread Beyond All Reason Should offensive tower rushing be viable in RTS games?
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
Deck construction bug Heroes of StarCraft mini-set
TL Mafia
TL Mafia Community Thread Mafia Game Mode Feedback/Ideas
Community
General
US Politics Mega-thread Russo-Ukrainian War Thread Artificial Intelligence Thread YouTube Thread Things Aren’t Peaceful in Palestine
Fan Clubs
White-Ra Fan Club
Media & Entertainment
[Manga] One Piece Movie Discussion! Anime Discussion Thread
Sports
2024 - 2026 Football Thread Formula 1 Discussion NBA General Discussion MLB/Baseball 2023 TeamLiquid Health and Fitness Initiative For 2023
World Cup 2022
Tech Support
Computer Build, Upgrade & Buying Resource Thread
TL Community
Where to ask questions and add stream? The Automated Ban List
Blogs
Esports Earnings: Bigger Pri…
TrAiDoS
Thanks for the RSL
Hildegard
Saturation point
Uldridge
DnB/metal remix FFO Mick Go…
ImbaTosS
Customize Sidebar...

Website Feedback

Closed Threads



Active: 1751 users

The Big Programming Thread - Page 609

Forum Index > General Forum
Post a Reply
Prev 1 607 608 609 610 611 1032 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
Poland17473 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
Poland17473 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
Poland17473 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
Spain18133 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 1032 Next
Please log in or register to reply.
Live Events Refresh
Next event in 3h 17m
[ Submit Event ]
Live Streams
Refresh
StarCraft 2
mouzHeroMarine 582
White-Ra 266
IndyStarCraft 200
UpATreeSC 115
ForJumy 26
StarCraft: Brood War
Calm 2764
Shuttle 463
Larva 297
Dewaltoss 100
League of Legends
rGuardiaN36
Counter-Strike
fl0m4293
pashabiceps1364
apEX1266
Heroes of the Storm
Liquid`Hasu1199
Other Games
singsing1796
FrodaN1762
B2W.Neo1571
ArmadaUGS149
Mew2King125
Organizations
Dota 2
PGL Dota 2 - Main Stream122
StarCraft: Brood War
lovetv 6
Other Games
Algost 2
StarCraft 2
Blizzard YouTube
StarCraft: Brood War
BSLTrovo
sctven
[ Show 18 non-featured ]
StarCraft 2
• Dystopia_ 3
• IndyKCrew
• sooper7s
• AfreecaTV YouTube
• Migwel
• intothetv
• LaughNgamezSOOP
• Kozan
StarCraft: Brood War
• 80smullet 26
• Azhi_Dahaki13
• STPLYoutube
• ZZZeroYoutube
• BSLYoutube
Dota 2
• Ler1297
• WagamamaTV508
League of Legends
• TFBlade1759
Other Games
• imaqtpie1442
• Shiphtur326
Upcoming Events
Replay Cast
3h 17m
OSC
20h 17m
LAN Event
21h 17m
Replay Cast
1d 2h
Replay Cast
1d 12h
WardiTV Korean Royale
1d 15h
Sparkling Tuna Cup
2 days
WardiTV Korean Royale
2 days
Replay Cast
3 days
Wardi Open
3 days
[ Show More ]
Monday Night Weeklies
3 days
StarCraft2.fi
3 days
Replay Cast
4 days
Wardi Open
4 days
StarCraft2.fi
4 days
Wardi Open
5 days
StarCraft2.fi
5 days
Replay Cast
6 days
The PondCast
6 days
Liquipedia Results

Completed

SOOP Univ League 2025
RSL Revival: Season 3
Eternal Conflict S1

Ongoing

C-Race Season 1
IPSL Winter 2025-26
KCM Race Survival 2025 Season 4
YSL S2
BSL Season 21
CSCL: Masked Kings S3
Slon Tour Season 2
META Madness #9
SL Budapest Major 2025
BLAST Rivals Fall 2025
IEM Chengdu 2025
PGL Masters Bucharest 2025
Thunderpick World Champ.
CS Asia Championships 2025
ESL Pro League S22
StarSeries Fall 2025
FISSURE Playground #2

Upcoming

BSL 21 Non-Korean Championship
Acropolis #4
IPSL Spring 2026
HSC XXVIII
RSL Offline Finals
WardiTV 2025
PGL Cluj-Napoca 2026
IEM Kraków 2026
BLAST Bounty Winter 2026
BLAST Bounty Winter 2026: Closed Qualifier
eXTREMESLAND 2025
ESL Impact League Season 8
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.