• Log InLog In
  • Register
Liquid`
Team Liquid Liquipedia
EST 14:05
CET 20:05
KST 04:05
  • 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 - 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[ASL20] Finals Preview: Arrival13
Community News
[TLMC] Fall/Winter 2025 Ladder Map Rotation12Weekly Cups (Nov 3-9): Clem Conquers in Canada4SC: Evo Complete - Ranked Ladder OPEN ALPHA8StarCraft, SC2, HotS, WC3, Returning to Blizzcon!45$5,000+ WardiTV 2025 Championship7
StarCraft 2
General
Mech is the composition that needs teleportation t RotterdaM "Serral is the GOAT, and it's not close" RSL Season 3 - RO16 Groups C & D Preview [TLMC] Fall/Winter 2025 Ladder Map Rotation TL.net Map Contest #21: Winners
Tourneys
RSL Revival: Season 3 Sparkling Tuna Cup - Weekly Open Tournament Constellation Cup - Main Event - Stellar Fest Tenacious Turtle Tussle Master Swan Open (Global Bronze-Master 2)
Strategy
Custom Maps
Map Editor closed ?
External Content
Mutation # 499 Chilling Adaptation Mutation # 498 Wheel of Misfortune|Cradle of Death Mutation # 497 Battle Haredened Mutation # 496 Endless Infection
Brood War
General
FlaSh on: Biggest Problem With SnOw's Playstyle What happened to TvZ on Retro? SnOw's ASL S20 Finals Review BW General Discussion Brood War web app to calculate unit interactions
Tourneys
[Megathread] Daily Proleagues Small VOD Thread 2.0 [BSL21] RO32 Group D - Sunday 21:00 CET [BSL21] RO32 Group C - Saturday 21:00 CET
Strategy
PvZ map balance Current Meta Simple Questions, Simple Answers How to stay on top of macro?
Other Games
General Games
Path of Exile Stormgate/Frost Giant Megathread Nintendo Switch Thread Clair Obscur - Expedition 33 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
Deck construction bug Heroes of StarCraft mini-set
TL Mafia
TL Mafia Community Thread SPIRED by.ASL Mafia {211640}
Community
General
Things Aren’t Peaceful in Palestine Russo-Ukrainian War Thread US Politics Mega-thread Artificial Intelligence Thread Canadian Politics Mega-thread
Fan Clubs
White-Ra Fan Club The herO Fan Club!
Media & Entertainment
Movie Discussion! [Manga] One Piece Anime Discussion Thread Korean Music Discussion Series you have seen recently...
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
SC2 Client Relocalization [Change SC2 Language] Linksys AE2500 USB WIFI keeps disconnecting Computer Build, Upgrade & Buying Resource Thread
TL Community
The Automated Ban List
Blogs
Dyadica Gospel – a Pulp No…
Hildegard
Coffee x Performance in Espo…
TrAiDoS
Saturation point
Uldridge
DnB/metal remix FFO Mick Go…
ImbaTosS
Reality "theory" prov…
perfectspheres
Customize Sidebar...

Website Feedback

Closed Threads



Active: 1987 users

The Big Programming Thread - Page 686

Forum Index > General Forum
Post a Reply
Prev 1 684 685 686 687 688 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.
spinesheath
Profile Blog Joined June 2009
Germany8679 Posts
December 03 2015 17:34 GMT
#13701
On December 04 2015 00:01 WarSame wrote:
And for this reason I believe that I do need a min node class.

You could also implement a MinStack by wrapping 2 stacks into a single class. One acts as the normal stack, one holds the min values. Each time you push/pop you do so for both stacks.
If you have a good reason to disagree with the above, please tell me. Thank you.
WarSame
Profile Blog Joined February 2010
Canada1950 Posts
December 03 2015 17:39 GMT
#13702
Now there's an idea! That sounds really good. I'll give that a shot.
Can it be I stayed away too long? Did you miss these rhymes while I was gone?
Aerisky
Profile Blog Joined May 2012
United States12129 Posts
Last Edited: 2015-12-03 19:39:02
December 03 2015 19:16 GMT
#13703
Is it worth doing a very long (4+ hours according to the recruiter, and looking at the spec I can definitely see why) coding challenge which I don't feel like I would be able to do properly anyway? I have finals coming up and assignments due still, and honestly if I thought I'd be able to do it reasonably well I would definitely go ahead and do it anyway (learning opportunity, it's not harmful, chance at interview, etc).

However I just feel like that's an awful lot of time to be spending on a coding challenge I couldn't complete, when I have other shit due. It's hexagonal text search if anyone else has ever heard of it. But then I'd feel bad just leaving it/the learning opportunity... Time is an issue because they want it back today (so I can't ask to wait until after exams and whatnot). :S
Jim while Johnny had had had had had had had; had had had had the better effect on the teacher.
solidbebe
Profile Blog Joined November 2010
Netherlands4921 Posts
December 03 2015 21:57 GMT
#13704
Why not just focus on your assignments and finals and try your hand at the challenge on your own some other time?
That's the 2nd time in a week I've seen someone sig a quote from this GD and I have never witnessed a sig quote happen in my TL history ever before. -Najda
Acrofales
Profile Joined August 2010
Spain18117 Posts
Last Edited: 2015-12-03 22:13:50
December 03 2015 22:12 GMT
#13705
On December 04 2015 02:10 WarSame wrote:
Alright a much simpler question this time: they have a Tower of Hanoi example,but I think it might be wrong. They say, as one of the requirements: " A disk is slid off the top of one rod onto the next rod" so you can only go from tower 1 to 2 and 2 to 3 or the reverse. However, in their solution they seem to ignore this - they move all their disks except the bottom to the buffer tower, and then move the very bottom disk to the destination tower. This means that they skip tower 1, and move it from tower 1 to 3, which violates the requirement. Am I going crazy or is this an error? If you'd like me to paste the solution they have then let me know.

Hanoi is unsolvable if that requirement you say exists. You can move any disk from any tower to any other tower, as long as it doesn't end up on a disk that's smaller than it. Now go back to programming recursion in Java (yeuch)!
Prillan
Profile Joined August 2011
Sweden350 Posts
Last Edited: 2015-12-03 23:02:52
December 03 2015 23:00 GMT
#13706
On December 04 2015 07:12 Acrofales wrote:
Show nested quote +
On December 04 2015 02:10 WarSame wrote:
Alright a much simpler question this time: they have a Tower of Hanoi example,but I think it might be wrong. They say, as one of the requirements: " A disk is slid off the top of one rod onto the next rod" so you can only go from tower 1 to 2 and 2 to 3 or the reverse. However, in their solution they seem to ignore this - they move all their disks except the bottom to the buffer tower, and then move the very bottom disk to the destination tower. This means that they skip tower 1, and move it from tower 1 to 3, which violates the requirement. Am I going crazy or is this an error? If you'd like me to paste the solution they have then let me know.

Hanoi is unsolvable if that requirement you say exists. You can move any disk from any tower to any other tower, as long as it doesn't end up on a disk that's smaller than it. Now go back to programming recursion in Java (yeuch)!


You sure? I'm pretty sure it's still solvable.

https://en.wikipedia.org/wiki/Tower_of_Hanoi#Graphical_representation
Incidentally, this longest non-repetitive path can be obtained by forbidding all moves from a to b.

Since forbidding moves from a to c is clearly symmetric to forbidding moves from a to b, there must be a solution.

Furthermore, this solution is maximal in the sense that it solves the problem while taking the most amount of moves without repeating any states.
TheBB's sidekick, aligulac.com | "Reality is frequently inaccurate." - Douglas Adams
Aerisky
Profile Blog Joined May 2012
United States12129 Posts
Last Edited: 2015-12-03 23:10:24
December 03 2015 23:09 GMT
#13707
On December 04 2015 06:57 solidbebe wrote:
Why not just focus on your assignments and finals and try your hand at the challenge on your own some other time?

Recruiter got back to me and mentioned I could do it later if I wanted, so I'll probably just go ahead and do that, yeah
Jim while Johnny had had had had had had had; had had had had the better effect on the teacher.
Acrofales
Profile Joined August 2010
Spain18117 Posts
December 03 2015 23:36 GMT
#13708
On December 04 2015 08:00 Prillan wrote:
Show nested quote +
On December 04 2015 07:12 Acrofales wrote:
On December 04 2015 02:10 WarSame wrote:
Alright a much simpler question this time: they have a Tower of Hanoi example,but I think it might be wrong. They say, as one of the requirements: " A disk is slid off the top of one rod onto the next rod" so you can only go from tower 1 to 2 and 2 to 3 or the reverse. However, in their solution they seem to ignore this - they move all their disks except the bottom to the buffer tower, and then move the very bottom disk to the destination tower. This means that they skip tower 1, and move it from tower 1 to 3, which violates the requirement. Am I going crazy or is this an error? If you'd like me to paste the solution they have then let me know.

Hanoi is unsolvable if that requirement you say exists. You can move any disk from any tower to any other tower, as long as it doesn't end up on a disk that's smaller than it. Now go back to programming recursion in Java (yeuch)!


You sure? I'm pretty sure it's still solvable.

https://en.wikipedia.org/wiki/Tower_of_Hanoi#Graphical_representation
Show nested quote +
Incidentally, this longest non-repetitive path can be obtained by forbidding all moves from a to b.

Since forbidding moves from a to c is clearly symmetric to forbidding moves from a to b, there must be a solution.

Furthermore, this solution is maximal in the sense that it solves the problem while taking the most amount of moves without repeating any states.


Actually, you might be right. I always think in terms of minimal solution, which is impossible, but I guess you could move entire towers back and forth multiple times. For instance, take a tower of 2: under normal rules you move
1: a -> b
2: a -> c
3: b-> c
Done.

Under these rules, you have to move:

1: a->b
2: b->c
3: a->b
4: c->b
5: b->a
6: b->c
7: a->b
8: b->c

I don't see any point in this restriction. It adds an exponential number of pointless moves without actually teaching you anything about recursion or dynamic programming that the first method doesn't. But I do admit I was wrong: Hanoi is still solvable (or at least, my most immediate objection to why it is invalid: you CAN move entire towers one by one back and forth on top of each other, it's just tedious).
WarSame
Profile Blog Joined February 2010
Canada1950 Posts
December 03 2015 23:44 GMT
#13709
Yeah, I saw that it was solvable with that restriction, but honestly had no clue how the fuck you would program that. The actual Tower of Hanoi is still fairly difficult, but actually possible to program. Thanks for the response. It was just me being stupid, then.
Can it be I stayed away too long? Did you miss these rhymes while I was gone?
TheNewEra
Profile Joined March 2011
Germany3128 Posts
Last Edited: 2015-12-04 00:29:46
December 04 2015 00:28 GMT
#13710
Sorry if this is not the right thread for my kind of question:

I'm currently thinking about buying an Arduino Starter Kit. Does anyone have experience with it? There seem to be quite a lot of imitiations( not sure if the right word) with some of them costing only half of what the Starter Kit does. Is it worth it to pay the full prize for the original Arduino kit or can anybody recommend another one? I'm a bit overwhelmed. You seem to have an awful lot of options to basically either buy the original Starter kit, a 3rd part version of it, or just assemble your own kit by buying elements on their own.
Midas <3 Casy <3 BeSt <3 | Pray to Doh-men, heathens! | Zwischen Harz und Heideland
Blisse
Profile Blog Joined July 2010
Canada3710 Posts
Last Edited: 2015-12-04 00:38:44
December 04 2015 00:37 GMT
#13711
On December 04 2015 08:44 WarSame wrote:
Yeah, I saw that it was solvable with that restriction, but honestly had no clue how the fuck you would program that. The actual Tower of Hanoi is still fairly difficult, but actually possible to program. Thanks for the response. It was just me being stupid, then.


The Tower of Hanoi solution should just be a decision tree. Same way you would solve Tic-Tac-Toe.
There is no one like you in the universe.
Manit0u
Profile Blog Joined August 2004
Poland17433 Posts
Last Edited: 2015-12-04 01:01:55
December 04 2015 01:00 GMT
#13712
On December 04 2015 08:44 WarSame wrote:
The actual Tower of Hanoi is still fairly difficult, but actually possible to program.


How is it fairly difficult?


def moveTower(height, fromPole, toPole, withPole):
if height >= 1:
moveTower(height - 1, fromPole, withPole, toPole)
moveDisk(fromPole, toPole)
moveTower(height - 1, withPole, toPole, fromPole)

def moveDisk(fp, tp):
print("moving disk from", fp, "to", tp)

moveTower(3, "A", "B", "C")


I believe it's one of the first things you encounter when reading up on recursion.
Time is precious. Waste it wisely.
WarSame
Profile Blog Joined February 2010
Canada1950 Posts
December 04 2015 02:09 GMT
#13713
Ah... that is much easier. I was still stuck in the mode of the other way I was doing it.
Can it be I stayed away too long? Did you miss these rhymes while I was gone?
enigmaticcam
Profile Blog Joined October 2010
United States280 Posts
Last Edited: 2015-12-04 22:59:03
December 04 2015 22:53 GMT
#13714
I've been reading Robert Martin's Clean Code book, and had a question about his section on switch statements. He uses the example of different kinds of employees: commissioned, hourly, and salaried. You might have various decisions to make depending on what kind of employee they are, such as how much they're paid, their pay day, or how to deliver their check. Rather than wrapping each decision with a switch statement, where you have to hunt for and change each one every time there's a new kind of employee, his suggestion is to use an abstract factory and abstract out those decisions into child employee classes such as HourlyEmployee or SalariedEmployee. That way the switch statement is declared only once, and it's easy to find and change.

That makes sense to me, and I can see the advantages and disadvantages doing that as opposed to maybe using an enum. But my question is, what happens when you have more than one need to do that on the same object. Suppose you also have to make decisions based on the employee's gender regardless if they're salaried or whatever. You can't create a class that inherits from more than one parent (at least not in C#), which means you'd have to create an instance for each possible combination: HourlyFemaleEmployee, HourlyMaleEmployee, SalariedFemaleEmployee, SalariedMaleEmployee, etc. Is there a better way to do that? Am I over-complicating it like I always do?
solidbebe
Profile Blog Joined November 2010
Netherlands4921 Posts
December 04 2015 23:15 GMT
#13715
Look up decorator pattern, it was designed to deal with the exact problem youre describing.
That's the 2nd time in a week I've seen someone sig a quote from this GD and I have never witnessed a sig quote happen in my TL history ever before. -Najda
enigmaticcam
Profile Blog Joined October 2010
United States280 Posts
December 04 2015 23:18 GMT
#13716
On December 05 2015 08:15 solidbebe wrote:
Look up decorator pattern, it was designed to deal with the exact problem youre describing.

Yes! I knew there was a simple solution. I'm quite familiar with the decorator patter, and it just didn't occur to me to use it in this instance. Thank you!
Deleted User 3420
Profile Blog Joined May 2003
24492 Posts
Last Edited: 2015-12-05 18:05:22
December 05 2015 17:58 GMT
#13717
whelp, I just woke up and it's time to work on my CS project for java

but I need to get my head straight and in the game..

help me figure something out.

If I make a class, let's call it "database".
and in "database" I am gonna have a couple arraylists, that are going to hold objects. and I want those arraylists to be static because there will only be 1 of each. so that's cool and all


if this is all my database class does - hold those 2 arraylists - is it appropriate to make that class "final" ?

god I can't believe I am this far into the semester and I sitll get confused by how static and final interact

if I have static arraylists in a final class, can I still change what is in the arraylists? I can, right? or can NOTHING in the class be changed?

and if I have static arraylists in the class and I make a new instance of the class, then it doesn't matter which instance of the class I reference, if I reference the arraylist within that instance it will always be pointing to the same one, right?


supereddie
Profile Joined March 2011
Netherlands151 Posts
December 05 2015 18:17 GMT
#13718
'final' only indicates that you can not inherit from that class.
'static' members transcend class instances (that is, the static members in all class instances have exactly the same value). However, beware of multi-threading writing static members.
"Do not try to make difficult things possible, but make simple things simple." - David Platt on Software Design
spinesheath
Profile Blog Joined June 2009
Germany8679 Posts
December 05 2015 18:19 GMT
#13719
If you only have static members, you don't have to create an instance of the class to use it. Just make everything you need public static and use it like this:
Database.List1.Add(x);

Final on a class shouldn't interact with static at all. It just means you can't subclass the final class. It does not make instances of the class or its members immutable.

However, I discourage that whole setup. "because there will only be one of each" is a trap. Static is inflexible and should mostly be avoided, especially if it's static data. It might seem convenient that you don't have to pass around a reference to your Database class, but sooner or later you'll find that you would in fact prefer to have multiple different instances of that class.

Also unless you have a good reason to make your class final, why would you?
If you have a good reason to disagree with the above, please tell me. Thank you.
solidbebe
Profile Blog Joined November 2010
Netherlands4921 Posts
Last Edited: 2015-12-05 18:24:05
December 05 2015 18:19 GMT
#13720
Im not that sure myself what declaring a class final does but youre correct on static. Declaring a variable static means it belongs to the class, not to an instance of the class. So accessing it through any instance would lead to the same variable. Youll probably get a warning "variable should be accessed in a static way" though. Which means youd need to access it like *classname*.variable. (or through a static getter)


edit* I agree with the post above. Its usually better design to not use static but rather instances.
That's the 2nd time in a week I've seen someone sig a quote from this GD and I have never witnessed a sig quote happen in my TL history ever before. -Najda
Prev 1 684 685 686 687 688 1032 Next
Please log in or register to reply.
Live Events Refresh
OSC
19:00
Masters Cup #150: Group B
davetesta28
Liquipedia
IPSL
17:00
Ro16 Group D
ZZZero vs rasowy
Napoleon vs KameZerg
Liquipedia
PSISTORM Gaming Misc
15:55
FSL teamleague CNvsASH, ASHvRR
Freeedom43
Liquipedia
[ Submit Event ]
Live Streams
Refresh
StarCraft 2
Railgan 177
IndyStarCraft 124
BRAT_OK 50
MindelVK 33
EmSc Tv 12
StarCraft: Brood War
Britney 20672
Calm 2244
Shuttle 809
Dewaltoss 128
Rock 52
Shine 40
NaDa 12
Dota 2
Gorgc5065
qojqva1662
Dendi976
League of Legends
rGuardiaN39
Counter-Strike
ScreaM1188
byalli487
Heroes of the Storm
Khaldor521
Other Games
tarik_tv5004
gofns2159
Beastyqt556
DeMusliM332
Grubby254
Lowko200
Fuzer 200
Organizations
Dota 2
PGL Dota 2 - Main Stream7478
Other Games
EGCTV796
gamesdonequick575
StarCraft 2
EmSc Tv 12
EmSc2Tv 12
Blizzard YouTube
StarCraft: Brood War
BSLTrovo
sctven
[ Show 19 non-featured ]
StarCraft 2
• printf 39
• IndyKCrew
• sooper7s
• AfreecaTV YouTube
• Migwel
• intothetv
• LaughNgamezSOOP
• Kozan
StarCraft: Brood War
• Airneanach44
• HerbMon 15
• STPLYoutube
• ZZZeroYoutube
• BSLYoutube
Dota 2
• C_a_k_e 3173
• WagamamaTV394
• Ler87
League of Legends
• Nemesis3842
Other Games
• imaqtpie1387
• Shiphtur301
Upcoming Events
BSL 21
55m
Tarson vs Julia
Doodle vs OldBoy
eOnzErG vs WolFix
StRyKeR vs Aeternum
Sparkling Tuna Cup
14h 55m
RSL Revival
14h 55m
Reynor vs sOs
Maru vs Ryung
Kung Fu Cup
16h 55m
Cure vs herO
Reynor vs TBD
WardiTV Korean Royale
16h 55m
BSL 21
1d
JDConan vs Semih
Dragon vs Dienmax
Tech vs NewOcean
TerrOr vs Artosis
IPSL
1d
Dewalt vs WolFix
eOnzErG vs Bonyth
Replay Cast
1d 3h
Wardi Open
1d 16h
Monday Night Weeklies
1d 21h
[ Show More ]
WardiTV Korean Royale
2 days
BSL: GosuLeague
3 days
The PondCast
3 days
Replay Cast
4 days
RSL Revival
4 days
BSL: GosuLeague
5 days
RSL Revival
5 days
WardiTV Korean Royale
5 days
RSL Revival
6 days
WardiTV Korean Royale
6 days
IPSL
6 days
Julia vs Artosis
JDConan vs DragOn
Liquipedia Results

Completed

Proleague 2025-11-14
Stellar Fest: Constellation Cup
Eternal Conflict S1

Ongoing

C-Race Season 1
IPSL Winter 2025-26
KCM Race Survival 2025 Season 4
SOOP Univ League 2025
YSL S2
BSL Season 21
CSCL: Masked Kings S3
SLON Tour Season 2
RSL Revival: Season 3
META Madness #9
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
BLAST Open Fall 2025

Upcoming

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