• Log InLog In
  • Register
Liquid`
Team Liquid Liquipedia
EDT 05:23
CEST 11:23
KST 18:23
  • 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
[ASL21] Ro8 Preview Pt2: Progenitors8Code S Season 1 - RO12 Group A: Rogue, Percival, Solar, Zoun13[ASL21] Ro8 Preview Pt1: Inheritors16[ASL21] Ro16 Preview Pt2: All Star10Team Liquid Map Contest #22 - The Finalists22
Community News
Weekly Cups (April 27-May 4): Clem takes triple0RSL Revival: Season 5 - Qualifiers and Main Event11Code S Season 1 (2026) - RO12 Results12026 GSL Season 1 Qualifiers25Maestros of the Game 2 announced9
StarCraft 2
General
Weekly Cups (April 27-May 4): Clem takes triple Blizzard Classic Cup @ BlizzCon 2026 - $100k prize pool Code S Season 1 (2026) - RO12 Results Code S Season 1 - RO12 Group A: Rogue, Percival, Solar, Zoun Team Liquid Map Contest #22 - The Finalists
Tourneys
RSL Revival: Season 5 - Qualifiers and Main Event StarCraft Evolution League (SC Evo Biweekly) 2026 GSL Season 2 Qualifiers Sparkling Tuna Cup - Weekly Open Tournament $1,400 SEL Season 3 Ladder Invitational
Strategy
Custom Maps
[D]RTS in all its shapes and glory <3 [A] Nemrods 1/4 players [M] (2) Frigid Storage
External Content
Mutation # 524 Death and Taxes The PondCast: SC2 News & Results Mutation # 523 Firewall Mutation # 522 Flip My Base
Brood War
General
AI Question Using AI to optimize marketing campaigns [ASL21] Ro8 Preview Pt2: Progenitors ASL21 General Discussion Why there arent any 256x256 pro maps?
Tourneys
[ASL21] Ro8 Day 4 [ASL21] Ro8 Day 3 [Megathread] Daily Proleagues [ASL21] Ro8 Day 2
Strategy
Simple Questions, Simple Answers Fighting Spirit mining rates What's the deal with APM & what's its true value Any training maps people recommend?
Other Games
General Games
Stormgate/Frost Giant Megathread Dawn of War IV OutLive 25 (RTS Game) Daigo vs Menard Best of 10 Nintendo Switch Thread
Dota 2
The Story of Wings Gaming
League of Legends
G2 just beat GenG in First stand
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
Vanilla Mini Mafia Mafia Game Mode Feedback/Ideas TL Mafia Community Thread Five o'clock TL Mafia
Community
General
Russo-Ukrainian War Thread US Politics Mega-thread European Politico-economics QA Mega-thread 3D technology/software discussion Canadian Politics Mega-thread
Fan Clubs
The IdrA Fan Club
Media & Entertainment
Anime Discussion Thread [Manga] One Piece [Req][Books] Good Fantasy/SciFi books
Sports
2024 - 2026 Football Thread Formula 1 Discussion McBoner: A hockey love story
World Cup 2022
Tech Support
streaming software Strange computer issues (software) [G] How to Block Livestream Ads
TL Community
The Automated Ban List
Blogs
Movie Stars In Video Games: …
TrAiDoS
ramps on octagon
StaticNine
Broowar part 2
qwaykee
Funny Nicknames
LUCKY_NOOB
Customize Sidebar...

Website Feedback

Closed Threads



Active: 1309 users

The Big Programming Thread - Page 811

Forum Index > General Forum
Post a Reply
Prev 1 809 810 811 812 813 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.
Fwmeh
Profile Joined April 2008
1286 Posts
December 06 2016 19:08 GMT
#16201
On December 07 2016 02:20 travis wrote:
So, the semester is coming to an end.
I am gonna need to come up with a project. Learning a new language, going through some book (hopefully interesting), or building something...

Any suggestions for someone that really only knows Java? Something that might look good on a resume for internships?


Read https://mitpress.mit.edu/sicp/full-text/book/book.html.

Btw, the idea that education should focus on tools is 100% ridiculous to me. When I was hired for my current job (enterprise .Net stuff in the insurance biz) I had not written a single line of C#. IMHO, education should be for demonstrating that you are able to learn new things quickly.

And if your place is too lenient with bad coding practise, it is a sure sign to find something better. In a productive environment, a bright new graduate should be brought up to speed fairly quickly, through pairing and code reviews.
A parser for things is a function from strings to lists of pairs of things and strings
Acrofales
Profile Joined August 2010
Spain18285 Posts
December 06 2016 19:09 GMT
#16202
On December 07 2016 03:49 tofucake wrote:
pshhh

even on windows I use shell. cygwin master race

sh? Please tell me you don't use sh... bash is defo the best shell.
RoomOfMush
Profile Joined March 2015
1296 Posts
Last Edited: 2016-12-06 19:22:19
December 06 2016 19:21 GMT
#16203
On December 06 2016 19:56 spinesheath wrote:
There's a difference between teaching CS and teaching how to build an OS/DB/Compiler. Those are "how do I connect a kitchen sink" and "how do I install a bath tub". It's a pointless exercise to anyone who is interested in the actual science part, and the wrong focus for anyone interested in becoming a software developer.

The stuff I can get behind for a CS degree is all the math. That's great stuff. The semi-practical stuff that teaches little more than how to be a bad programmer and about as much knowledge about a DB as you can gather in 5 minutes from wikipedia - not so much.

But they dont teach us how to build an OS. It is our exercise to build the OS. They teach us how an OS works and functions and expect us to learn how to build that OS by ourself. They teach the theoretical background and we are expected to work out the practical details after being given the theory.

Same with the DBMS stuff. They teach us all the different approaches that can be done, all the historical stuff that had happened but didnt work, and all the exotic techniques that are currently being tested but not yet established. Then we are asked to implement one ourself and we can choose how we want to do it. The newer, better algorithms that perhaps are more complicated to do right? Or perhaps the tried and true old stuff that may be a little bit slower. The result is not that important but rather how we got there.

I actually really like that approach. I think its the right thing to do. We learn the theory, we are forced to learn the practical stuff, and we can brag with the "interesting" things we have created.
tofucake
Profile Blog Joined October 2009
Hyrule19210 Posts
December 06 2016 19:24 GMT
#16204
On December 07 2016 04:09 Acrofales wrote:
Show nested quote +
On December 07 2016 03:49 tofucake wrote:
pshhh

even on windows I use shell. cygwin master race

sh? Please tell me you don't use sh... bash is defo the best shell.

yeah, but I was talking more about (generic shell) vs (windows batch)
Liquipediaasante sana squash banana
spinesheath
Profile Blog Joined June 2009
Germany8679 Posts
December 06 2016 21:06 GMT
#16205
On December 07 2016 04:21 RoomOfMush wrote:
Show nested quote +
On December 06 2016 19:56 spinesheath wrote:
There's a difference between teaching CS and teaching how to build an OS/DB/Compiler. Those are "how do I connect a kitchen sink" and "how do I install a bath tub". It's a pointless exercise to anyone who is interested in the actual science part, and the wrong focus for anyone interested in becoming a software developer.

The stuff I can get behind for a CS degree is all the math. That's great stuff. The semi-practical stuff that teaches little more than how to be a bad programmer and about as much knowledge about a DB as you can gather in 5 minutes from wikipedia - not so much.

But they dont teach us how to build an OS. It is our exercise to build the OS. They teach us how an OS works and functions and expect us to learn how to build that OS by ourself. They teach the theoretical background and we are expected to work out the practical details after being given the theory.

Same with the DBMS stuff. They teach us all the different approaches that can be done, all the historical stuff that had happened but didnt work, and all the exotic techniques that are currently being tested but not yet established. Then we are asked to implement one ourself and we can choose how we want to do it. The newer, better algorithms that perhaps are more complicated to do right? Or perhaps the tried and true old stuff that may be a little bit slower. The result is not that important but rather how we got there.

I actually really like that approach. I think its the right thing to do. We learn the theory, we are forced to learn the practical stuff, and we can brag with the "interesting" things we have created.

Obviously the details will differ from university to university. But from my experience, it's more like "to install a kitchen sink, you can either use these items like that, or these other items that other way", and then they don't even mention that it's important to know how to use your tools (programming). It's stuff that I can look up on wikipedia in no time, with no scientific value.

Take the compiler example: From a scientific perspective, a compiler is just a function that takes some data a (source coude) and returns some data b (binary). Nothing of value here unless you go into implementation details. You might use the common stuff like a lexer, parser, tokenizer, what have you. But then that's still just a composition of simple functions. You learn how to compose functions in math classes. What you should learn in the more practical classes - if you have any - is how to do that property.

Also, if you use programming as a tool, you should have a very good understanding of it, just like any other tool. That should at least be made clear.

Anyways, I personally had to take a bunch of courses that I felt were neither abstract enough to provide konwledge that could be applied to other stuff, nor concrete enough to be of any practical use. It was a waste of time. Might be different elsewhere.

Ok, enough ranting on that topic from me.
If you have a good reason to disagree with the above, please tell me. Thank you.
Manit0u
Profile Blog Joined August 2004
Poland17743 Posts
Last Edited: 2016-12-06 22:32:44
December 06 2016 22:31 GMT
#16206
In my personal opinion CS is a useless degree, just like economy. If you need the maths and theory, you'll be better off just studying maths. If you want to learn programming, well, there's no real university course that will teach you how to do that.

Before you ask why the economy analogy: I've got a friend who finished economy and maths with flying colors and worked for some really big companies that have to do with stocks and what not. What he told me is that if you want to do something relevant economy-wise then no one will hire you after economy. People after maths will be much better with all the mathematical stuff needed while people after humanities will be much better with people skills, that's why big companies hire them and then send them to specific economy courses so they can brush up on their lingo and other skills as necessary.

I think that CS is facing pretty much the same problem. By doing some theory and some practice you don't really get enough of both. You can alleviate some of that by getting hired as a programmer early enough during your studies, but then you're still better off with going pure maths. Likewise, if you want to do pure theoretical stuff you should too just get a degree in mathematics and learn just enough programming (and/or some computer theory) in your free time or from extracurricular courses.

TL;DR: CS, just like economy is not focused enough to give you any real advantage when it comes down to doing anything past the most basic stuff.
Time is precious. Waste it wisely.
Birdie
Profile Blog Joined August 2007
New Zealand4438 Posts
December 06 2016 22:35 GMT
#16207
I don't think all of my uni courses were useless with regards to practical programming, particularly the introductory courses and the object oriented course. But they certainly didn't really enforce clean coding practices, nor teach about source control for the vast majority of them, and didn't do any kind of TDD or testing generally beyond "does it work on the assignment test cases the professor uses". All of that I've either picked up at my job or in my free time out of my own interest.

Pure maths wouldn't be that useful IMO for preparing for a programming job.
Red classic | A butterfly dreamed he was Zhuangzi | 4.5k, heading to 5k as support!
meatpudding
Profile Joined March 2011
Australia520 Posts
December 06 2016 23:50 GMT
#16208
On December 07 2016 02:20 travis wrote:
So, the semester is coming to an end.
I am gonna need to come up with a project. Learning a new language, going through some book (hopefully interesting), or building something...

Any suggestions for someone that really only knows Java? Something that might look good on a resume for internships?


The SC2 Map Analyser needs an update, if you want to practice your C.
Be excellent to each other.
meatpudding
Profile Joined March 2011
Australia520 Posts
December 06 2016 23:58 GMT
#16209
On December 07 2016 07:31 Manit0u wrote:
In my personal opinion CS is a useless degree, just like economy. If you need the maths and theory, you'll be better off just studying maths. If you want to learn programming, well, there's no real university course that will teach you how to do that.

Before you ask why the economy analogy: I've got a friend who finished economy and maths with flying colors and worked for some really big companies that have to do with stocks and what not. What he told me is that if you want to do something relevant economy-wise then no one will hire you after economy. People after maths will be much better with all the mathematical stuff needed while people after humanities will be much better with people skills, that's why big companies hire them and then send them to specific economy courses so they can brush up on their lingo and other skills as necessary.

I think that CS is facing pretty much the same problem. By doing some theory and some practice you don't really get enough of both. You can alleviate some of that by getting hired as a programmer early enough during your studies, but then you're still better off with going pure maths. Likewise, if you want to do pure theoretical stuff you should too just get a degree in mathematics and learn just enough programming (and/or some computer theory) in your free time or from extracurricular courses.

TL;DR: CS, just like economy is not focused enough to give you any real advantage when it comes down to doing anything past the most basic stuff.


CS is far from useless, but don't make the mistake of thinking that CS is Software Engineering. I suppose CS is very heavy on the maths and logic of computing in theory, which is relevant to certain applications, but not general programming. For example, if you're doing scientific computing and you need to get the most calculations out of your cpu cycles, then you want to apply CS to find algorithms that will crunch your matrices. Another example is cryptography, which relies heavily on CS to ensure that their methods are secure.
Be excellent to each other.
Deleted User 3420
Profile Blog Joined May 2003
24492 Posts
December 07 2016 01:38 GMT
#16210
As someone who is pursuing a C.S. degree, what I am learning (in my major) sure does not feel useless. I suppose I could have learned all of this on my own, but that could be said for literally any degree.
emperorchampion
Profile Blog Joined December 2008
Canada9496 Posts
December 07 2016 02:36 GMT
#16211
On December 07 2016 10:38 travis wrote:
As someone who is pursuing a C.S. degree, what I am learning (in my major) sure does not feel useless. I suppose I could have learned all of this on my own, but that could be said for literally any degree.


Yeah this is really it. Also you get a piece of paper saying you can do certain things.
TRUEESPORTS || your days as a respected member of team liquid are over
phar
Profile Joined August 2011
United States1080 Posts
December 07 2016 03:40 GMT
#16212
travis has it.

Also then there's the (probably unfortunate) reality that entry level jobs at some of the highest paying gigs' interviews are heavily biased towards recent cs graduates. (It's getting better, but slowly)
Who after all is today speaking about the destruction of the Armenians?
Yurie
Profile Blog Joined August 2010
12084 Posts
Last Edited: 2016-12-07 14:02:21
December 07 2016 13:48 GMT
#16213
I have an assignment to make a phone book in java. I can do that but I can't do it according to the requirements in the assignment. I assume I am making an elementary mistake. I'll post one of the sections I get stuck at implementing.

I seem to have some mistake in my put code that then chains to the rest and creates havoc. I have no idea what I am doing wrong though.

At the top I have

private Map<String, LinkedList<String>> phoneBook;
public MapPhoneBook() {
phoneBook = new HashMap<String, LinkedList<String>>();
}

The put itself:
/** 
* Associates the specified number with the specified
* name in this phone book.
* post: If the specified name is not present in this phone book,
* the specified name is added and associated with
* the specified number. Otherwise the specified
* number is added to the set of number associated with name.
* @param name The name for which a phone number is to be added
* @param number The number associated with the specified name
* @return true if the specified name and number was inserted
*/
@Override
public boolean put(String name, String number) {
if(phoneBook.containsKey(name)) {
LinkedList<String> numbers = phoneBook.get(name);
if(!numbers.contains(number)) {
numbers.add(number);
return true;
}
} else {
LinkedList<String> numbers = new LinkedList<String>();
numbers.add(number);
phoneBook.put(name, numbers);
return true;
}
return false;
}


Tried the following to see the results:
public class Testphoneb {
public static void main(String[] args) {
Map<String, String> pb = new TreeMap<String, String>();
System.out.println("Size: " + pb.size());
pb.put("a", "1");
pb.put("a", "2");
pb.put("a", "3");
pb.put("b", "2");
System.out.println("Size: " + pb.size());
System.out.println("Get a: " + pb.get("a"));
}
}

When using debug in eclipse with a stop before put b, 2. I find size 1 and a, 3 values as the only thing in the memory section. When I thought it would be 1,2,3.

Edit, old post.
+ Show Spoiler +

/**
* Retrieves a set of phone numbers for the specified name. If the
* specified name is not present in this phone book an empty set is
* returned.
* @param name The name whose associated phone numbers are to be returned
* @return The phone numbers associated with the specified name
*/
Set<String> findNumbers(String name);


My attempt that returns the following error: java.lang.ClassCastException: java.util.LinkedList cannot be cast to java.util.Set

public Set<String> findNumbers(String name) {
Set<String> number = new HashSet<String>();
number = (Set<String>) phoneBook.get(name);
return number;
}


I defined phonebook as
private Map<String, LinkedList<String>> phoneBook;
phoneBook = new HashMap<String, LinkedList<String>>();


It also fails the required testcode when filled with 3 numbers connected to name a. So I think I have a mistake in my put section that makes one name, multiple numbers replace instead of add.
private void fill() {
pb.put("a", "1");
pb.put("c", "3");
pb.put("b", "2");
pb.put("a", "2");
pb.put("b", "1");
pb.put("a", "3");
pb.put("c", "2");
pb.put("aaa", "111");
}

assertEquals("Wrong size for number set to a:", 3, pb.findNumbers("a").size());


If not required to use a set (which is the area I think I don't understand) it would be something like
public List<String> findNumber(String name) {
if(phoneBook.containsKey(name)) {
return phoneBook.get(name);
}
return new LinkedList<String>();
}


Can anybody provide some hints on how I should use set to get it working here? This is just one of 4 places using set in this assignment, so an exact solution would not solve the entire homework but help me with understanding how sets work.
Targe
Profile Blog Joined February 2012
United Kingdom14103 Posts
Last Edited: 2016-12-07 13:56:39
December 07 2016 13:55 GMT
#16214
during my degree we've covered a range of languages (c, java, haskell, prolog, lisp family etc.) , how the hardware behind works, stuff on networking and software engineering methods (plus group projects where weve produced software based off initial requirements given to us).

i probably could have learned java, python or something on my own but not the skills and knowledge surrounding the languages

theres also the maths stuff on algorithms etc. for more background knowledge and my final year courses where ive been able to choose specific areas to pursue further (cryptography, parallel computing, compilers, advanced graphics) which has been interesting so far
11/5/14 CATACLYSM | The South West's worst Falco main
Blitzkrieg0
Profile Blog Joined August 2010
United States13132 Posts
Last Edited: 2016-12-07 14:19:06
December 07 2016 13:59 GMT
#16215
Why did you decide to use a LinkedList? A LinkedList is not a set so you either need to get the LinkedList and then convert it to a Set or change your Map to have a different type of data in it. The latter makes more sense to me, but it might not work everywhere in your assignment. LinkedList should basically never be used in java; I'm pretty sure ArrayList is implemented in a way that makes it strictly better. If you're casting something in java you should double check to make sure you're not doing something wrong typically. There are exceptions, but if your classes are set up properly then you should almost never need to.

You also have confusion with what a Map is I think. The Map is a key:value pairing. If you put the same value into the Map three times you'll just change the value it is paired with. That's why the size of your map is one. You've put the a:1 pair into the map and then changed it to a:2 and then changed it to a:3. Instead you need to see if that value is in the map already. If it is then you need to get that data structure (you're using a LinkedList right now) and add the new value to the List.
I'll always be your shadow and veil your eyes from states of ain soph aur.
Yurie
Profile Blog Joined August 2010
12084 Posts
Last Edited: 2016-12-07 14:05:44
December 07 2016 14:03 GMT
#16216
On December 07 2016 22:59 Blitzkrieg0 wrote:
Why did you decide to use a LinkedList? A LinkedList is not a set so you either need to get the LinkedList and then convert it to a Set or change your Map to have a different type of data in it. The latter makes more sense to me, but it might not work everywhere in your assignment. LinkedList should basically never be used in java; I'm pretty sure ArrayList is implemented in a way that makes it strictly better. If you're casting something in java you should double check to make sure you're not doing something wrong typically. There are exceptions, but if your classes are set up properly then you should almost never need to.

You also have confusion with what a Map is I think. The Map is a key:value pairing. If you put the same value into the Map three times you'll just change the value. Instead you need to see if that value is in the map already. If it is then you need to get your storage (you're using a LinkedList right now) and add the new value to the List.


Thank you. I'll try using an arraylist instead, there is no specific reason for using a linkedlist, just first thing I though of. So I should be finding the arraylist in question and inputting a value in it. You are right in the value being replaced which is my problem.
Blitzkrieg0
Profile Blog Joined August 2010
United States13132 Posts
December 07 2016 14:14 GMT
#16217
On December 07 2016 23:03 Yurie wrote:
Show nested quote +
On December 07 2016 22:59 Blitzkrieg0 wrote:
Why did you decide to use a LinkedList? A LinkedList is not a set so you either need to get the LinkedList and then convert it to a Set or change your Map to have a different type of data in it. The latter makes more sense to me, but it might not work everywhere in your assignment. LinkedList should basically never be used in java; I'm pretty sure ArrayList is implemented in a way that makes it strictly better. If you're casting something in java you should double check to make sure you're not doing something wrong typically. There are exceptions, but if your classes are set up properly then you should almost never need to.

You also have confusion with what a Map is I think. The Map is a key:value pairing. If you put the same value into the Map three times you'll just change the value. Instead you need to see if that value is in the map already. If it is then you need to get your storage (you're using a LinkedList right now) and add the new value to the List.


Thank you. I'll try using an arraylist instead, there is no specific reason for using a linkedlist, just first thing I though of. So I should be finding the arraylist in question and inputting a value in it. You are right in the value being replaced which is my problem.


Keep in mind that the ArrayList isn't a Set either so you'll still need to do some conversion.
I'll always be your shadow and veil your eyes from states of ain soph aur.
Acrofales
Profile Joined August 2010
Spain18285 Posts
Last Edited: 2016-12-07 14:21:10
December 07 2016 14:18 GMT
#16218
Unless you have a very specific reason to use LinkedList, an arraylist is always better. But given that you want numbers to be unique, why not use a HashSet (which will give you most of the functionality you want)?

That said, it should affect performance, and not functionality, because you already test whether the element is present when you insert.

However, I don't quite understand your debugging info. Your phonebook having size one before you add b seems correct: it has one entry: <a, LinkedList object>. Your linked list should have 3 values (1, 2, 3), not your map.
Yurie
Profile Blog Joined August 2010
12084 Posts
Last Edited: 2016-12-07 14:34:40
December 07 2016 14:26 GMT
#16219
On December 07 2016 23:18 Acrofales wrote:
Unless you have a very specific reason to use LinkedList, an arraylist is always better. But given that you want numbers to be unique, why not use a HashSet (which will give you most of the functionality you want)?

That said, it should affect performance, and not functionality.

However, I don't quite understand your debugging info. Your phonebook having size one before you add b seems correct: it has one entry: <a, LinkedList object>. Your linked list should have 3 values (1, 2, 3), not your map.


So nested HashSets instead of using a string, arraylist (or linkedlist)? I am not sure how that works but it might be easier since I am required to export it to a set. Else I assume I would have to do something like the following but with the size of the arraylist.
      try {
for(int i = 0; i < size-1; i++) {
set.add(count[i]);
}



As for adding the numbers one by one I found the following on stackexchange that I will experiment a bit with:
String key = "mango";
int number = 42;
if (map.get(key) == null) {
map.put(key, new ArrayList<Integer>());
}
map.get(key).add(number);


I only get the last value 3 when I actually check the memory in the variables. So regardless that my code should return 2 it doesn't have the right thing in memory since my put code is wrong.

Edit, thanks for the replies people. I'll try working at it a bit before asking for help again. Great advice.

Edit 2, tasted nested hashmaps and it seems a bad idea since I need double strings in the nested one and only have one input remaining, the phone number.
Blitzkrieg0
Profile Blog Joined August 2010
United States13132 Posts
Last Edited: 2016-12-07 14:41:16
December 07 2016 14:40 GMT
#16220
On December 07 2016 23:26 Yurie wrote:+ Show Spoiler +

On December 07 2016 23:18 Acrofales wrote:
Unless you have a very specific reason to use LinkedList, an arraylist is always better. But given that you want numbers to be unique, why not use a HashSet (which will give you most of the functionality you want)?

That said, it should affect performance, and not functionality.

However, I don't quite understand your debugging info. Your phonebook having size one before you add b seems correct: it has one entry: <a, LinkedList object>. Your linked list should have 3 values (1, 2, 3), not your map.


So nested HashSets instead of using a string, arraylist (or linkedlist)? I am not sure how that works but it might be easier since I am required to export it to a set. Else I assume I would have to do something like the following but with the size of the arraylist.
      try {
for(int i = 0; i < size-1; i++) {
set.add(count[i];
}



As for adding the numbers one by one I found the following on stackexchange that I will experiment a bit with:
String key = "mango";
int number = 42;
if (map.get(key) == null) {
map.put(key, new ArrayList<Integer>());
}
map.get(key).add(number);


I only get the last value 3 when I actually check the memory in the variables. So regardless that my code should return 2 it doesn't have the right thing in memory since my put code is wrong.

Edit, thanks for the replies people. I'll try working at it a bit before asking for help again. Great advice.


Sets are the smarter way to do it. A Set is just a List that can't have duplicate values. Having a duplicate phone number does not make sense. I was under the impression that you had to use a List for the assignment, but if you can choose then do use a Set instead of an ArrayList.
I'll always be your shadow and veil your eyes from states of ain soph aur.
Prev 1 809 810 811 812 813 1032 Next
Please log in or register to reply.
Live Events Refresh
Next event in 37m
[ Submit Event ]
Live Streams
Refresh
StarCraft 2
OGKoka 193
StarCraft: Brood War
Sea 1622
Mind 1504
Bisu 777
Horang2 664
910 479
Killer 242
hero 154
actioN 134
EffOrt 126
Leta 123
[ Show more ]
Dewaltoss 99
Aegong 74
ToSsGirL 63
Hm[arnc] 57
ZerO 32
Sharp 26
scan(afreeca) 18
Sacsri 13
Bale 12
NaDa 10
JulyZerg 9
ajuk12(nOOB) 7
Backho 6
Terrorterran 5
Light 0
Dota 2
NeuroSwarm98
XcaliburYe63
League of Legends
JimRising 431
Counter-Strike
olofmeister1418
byalli600
allub232
Super Smash Bros
Mew2King285
Other Games
summit1g6132
ceh9717
singsing291
Sick251
monkeys_forever153
ZerO(Twitch)8
Organizations
Other Games
gamesdonequick565
Dota 2
PGL Dota 2 - Main Stream45
StarCraft: Brood War
lovetv 12
StarCraft 2
Blizzard YouTube
StarCraft: Brood War
BSLTrovo
[ Show 13 non-featured ]
StarCraft 2
• LUISG 26
• AfreecaTV YouTube
• intothetv
• Kozan
• IndyKCrew
• LaughNgamezSOOP
• Migwel
• sooper7s
StarCraft: Brood War
• BSLYoutube
• STPLYoutube
• ZZZeroYoutube
League of Legends
• TFBlade1071
• Stunt461
Upcoming Events
Sparkling Tuna Cup
37m
Afreeca Starleague
37m
Snow vs Flash
WardiTV Invitational
1h 37m
SHIN vs Nicoract
Solar vs Nice
PiGosaur Cup
14h 37m
GSL
1d
Classic vs Cure
Maru vs Rogue
GSL
2 days
SHIN vs Zoun
ByuN vs herO
OSC
2 days
OSC
2 days
Replay Cast
2 days
Escore
3 days
[ Show More ]
The PondCast
3 days
WardiTV Invitational
3 days
Zoun vs Ryung
Lambo vs ShoWTimE
OSC
3 days
Replay Cast
3 days
CranKy Ducklings
4 days
RSL Revival
4 days
SHIN vs Bunny
ByuN vs Shameless
WardiTV Invitational
4 days
Krystianer vs TriGGeR
Cure vs Rogue
uThermal 2v2 Circuit
4 days
BSL
4 days
Replay Cast
4 days
Sparkling Tuna Cup
5 days
RSL Revival
5 days
Cure vs Zoun
Clem vs Lambo
WardiTV Invitational
5 days
BSL
5 days
GSL
5 days
Afreeca Starleague
6 days
Liquipedia Results

Completed

Proleague 2026-05-02
WardiTV TLMC #16
Nations Cup 2026

Ongoing

BSL Season 22
ASL Season 21
CSL 2026 SPRING (S20)
IPSL Spring 2026
KCM Race Survival 2026 Season 2
Acropolis #4
SCTL 2026 Spring
RSL Revival: Season 5
2026 GSL S1
BLAST Rivals Spring 2026
IEM Rio 2026
PGL Bucharest 2026
Stake Ranked Episode 1
BLAST Open Spring 2026
ESL Pro League S23 Finals
ESL Pro League S23 Stage 1&2
PGL Cluj-Napoca 2026

Upcoming

YSL S3
Escore Tournament S2: W6
KK 2v2 League Season 1
BSL 22 Non-Korean Championship
Escore Tournament S2: W7
Escore Tournament S2: W8
CSLAN 4
Kung Fu Cup 2026 Grand Finals
HSC XXIX
uThermal 2v2 2026 Main Event
Maestros of the Game 2
2026 GSL S2
Stake Ranked Episode 3
XSE Pro League 2026
IEM Cologne Major 2026
Stake Ranked Episode 2
CS Asia Championships 2026
IEM Atlanta 2026
Asian Champions League 2026
PGL Astana 2026
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 © 2026 TLnet. All Rights Reserved.