issues Search Results · repo:kevin-wayne/algs4 language:Java
Filter by
63 results
(64 ms)63 results
inkevin-wayne/algs4 (press backspace or delete to remove)Flagged as tautology by my javac configuration.
https://github.com/kevin-wayne/algs4/blob/1f29dd27ed9d2ab02a9d7489f367dac02dae90cd/src/main/java/edu/princeton/cs/algs4/StdPicture.java#L220
banjo74
- 1
- Opened on May 5
- #131
Here is the current code, with my comment about how it results in a right leaning red black tree
private Node moveRedRight(Node h) {
flipColors(h);
// here h is black, h.left h.right are red ...
tiendo1011
- Opened on Apr 23
- #130
java: cannot find symbol symbol: method getMenuShortcutKeyMaskEx() location: class java.awt.Toolkit
menuItem1.setAccelerator(KeyStroke.getKeyStroke(KeyEvent.VK_S, Toolkit.getDefaultToolkit().getMenuShortcutKeyMaskEx())); ...
mxmzry
- Opened on Feb 27, 2024
- #126
Hi there, I m trying to add src to the gradle project and getting:
coursera:main: Could not find edu.princeton.cs:algs4:1.0.0.0.
Searched in the following locations:
- https://repo.maven.apache.org/maven2/edu/princeton/cs/algs4/1.0.0.0/algs4-1.0.0.0.pom ...
kyxap
- 2
- Opened on Sep 22, 2023
- #121
Using IntelliJ. Creating a new Maven project from version control worked beautifully. Now I want to add in all the data
files as a library so I can use them with the book files. I ve downloaded algs4-data.zip. ...
mverdicchio
- 1
- Opened on Feb 7, 2022
- #115
Hi Kevin,
I ve made a fix for quadratic time caused by substring() in LZW compression. The key to the fix is to use a new
overloaded method TST.longestPrefixOf(String query, int startIndex) in LZW.compress() ...
inflaton
- Opened on Feb 6, 2022
- #114
arnabanimesh
- 1
- Opened on Feb 5, 2022
- #111
File largeText.txt provided on the website [algs4.cs.princeton.edu] is too big, browse always crashed when I try to open
it. Could you please release a download file here?
zhenshiping
- 2
- Opened on Nov 8, 2021
- #108
Hello! I was wondering how about I add 3-way QuickSort also known as 3-pivot QuickSort to this repo , if you allow me :)
AbhishekBhatt072003
- Opened on Aug 13, 2021
- #106

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.