Skip to content

Commit c33b5bf

Browse files
committed
Update readme thoughts
1 parent 5c282e6 commit c33b5bf

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,14 @@ My solutions to Coding Bat Java Problems.
55
## Thoughts
66

77
- Recommended order to tackle problems - start with Map & Functional (Mostly self-contained with little relevance to other problems),Logic 1, String 1, Logic 2, Array 1, Warmup 1 and 2, String 2, AP-1, Recursion 1, Recursion 2, String 3, Array 2, and Array 3.
8-
- The string-1 section relies heavily on the substring method.
8+
- The string-1 section relies too heavily on the substring method.
99
- I had most difficulty with array 3.
1010
- I tackled AP-1 problems too late - AP-1 helps understanding some Array 2 & 3 problems easier.
1111
- I wasn't going to bother with the warmup problems (since they give you solutions) but they actually help you solve some of the more difficult problems in the higher categories.
12-
- Poor descriptions of problems in some places.
13-
- Actually, there is decent variety in solutions to these problems out there.
1412
- A lot of my solutions were approaches that first came to mind.
15-
- I did a lot of problems back to back at one time. I slowed down for the more difficulty categories and did a fair amount of research to help solve some problems.
13+
- I did a lot of problems back to back at one time. I slowed down for the more difficult categories and did a fair amount of research to help solve some problems.
14+
- There are poor directions for some problems.
15+
- There is a decent variety of solutions to these problems out there.
1616
- I didn't bother making classes and having proper formatted java code.
1717

1818
## Useful Resources

0 commit comments

Comments
 (0)