Skip to content

Commit

Permalink
docs: lsj.txt추가
Browse files Browse the repository at this point in the history
  • Loading branch information
masiljangajji committed Sep 23, 2023
1 parent 0035a5c commit 68f5b56
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 612 deletions.
274 changes: 0 additions & 274 deletions src/main/java/org/nhnacademy/lsj/Parser.java

This file was deleted.

1 change: 1 addition & 0 deletions src/main/java/org/nhnacademy/lsj/Problem4.java
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ public class Problem4 {
* 이진트리 생성 -> add 완료 -> Queue를 만든다 -> bfs통해서 tree요소들 print하기.
*/
public static void problem4() {

Queue<BinarySearchTree> q = new LinkedList<>();

Scanner sc = new Scanner(System.in);
Expand Down
Loading

0 comments on commit 68f5b56

Please sign in to comment.