issues Search Results · repo:gardncl/elements-of-programming-interviews language:Java
Filter by
9 results
(62 ms)9 results
ingardncl/elements-of-programming-interviews (press backspace or delete to remove)Hi, thank you for the repository. I m new to using java with IntelliJ. Can you tell me understand how exactly I should
be running the tests for the repo?
kishvanchee
- 1
- Opened on Feb 9, 2021
- #18
for test cases 1, 2, 3 the expected values should be 3, 11 22, respectively.
dialalpha
- Opened on May 26, 2020
- #16
Thank you for creating this repo. Awesome Work!!!
Helped me complete almost all the problems in EPI in a structured manner.
nischalsamji
- 1
- Opened on May 17, 2018
- #11
Change the link in the readme to hold the affiliate account to get commission on book sales.
gardncl
- Opened on Apr 17, 2017
- #6
For the case of an overlap with a shared cycle the book says there are two possible nodes that allow the test to pass.
Current test only allows one of them--write a test that allows either of them to pass. ...
enhancement
gardncl
- Opened on Apr 16, 2017
- #4
Does this test contain every case?
*No cycles - Overlap *No cycles - No overlap *One cycle - No overlap (vacuous) *Two cycles - Overlap before cycle starts
*Two cycles - Overlap inside cycle *Two cycles ...
enhancement
question
gardncl
- Opened on Apr 16, 2017
- #3
Right now the get() method on ListNode starts indexing at 1, but it should maintain Java standards and start at 0.
This will require a large refactor to change all uses of the get method inside of the ...
enhancement
gardncl
- Opened on Apr 16, 2017
- #2
Inside of test/strings/BaseConversionTest.java
baseConversion2() contains the string 2c996b726 which needs to be upper case or else the user has to handle for case
which is not the intent of the book. ...
bug
gardncl
- Opened on Apr 16, 2017
- #1

Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Press the /
key to activate the search input again and adjust your query.
Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Restrict your search to the title by using the in:title qualifier.