Skip to content

issues Search Results · repo:hackeryang/Algorithms-Fourth-Edition-Exercises language:Java

Filter by

3 results
 (51 ms)

3 results

inhackeryang/Algorithms-Fourth-Edition-Exercises (press backspace or delete to remove)

In package 1_4_High, TwoSumFaster, you said that if a[k] + a[j] 0 k++ , but what if (a[k-1] + a[j] =0 ?) which will be symtematically ignored in your programs.
  • LeoLi2002
  • 1
  • Opened 
    on Aug 15, 2021
  • #3

我用 (7*(3*4+5)) 在你的代码上的运行结果是 7345+* ,但它的正确答案应该是 734*5+* ,是我错了吗
  • Serendipity-luck
  • Opened 
    on Jul 18, 2020
  • #2

现在网站(https://algs4.cs.princeton.edu/code/edu/princeton/cs/algs4/BinarySearch.java.html)把 int[] whitelist = In.readInts(args[0]); 改成了 In in = new In(args[0]); int[] whitelist = in.readAllInts(); 否则会被IntelliJ ...
  • KIDPhantom1412
  • Opened 
    on Mar 9, 2020
  • #1
Issue origami icon

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 Issues
ProTip! 
Press the
/
key to activate the search input again and adjust your query.
Issue origami icon

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 Issues
ProTip! 
Restrict your search to the title by using the in:title qualifier.
Issue search results · GitHub