Skip to content

Commit 07042c0

Browse files
committed
Rename repository
1 parent e6c6ad5 commit 07042c0

File tree

37 files changed

+52
-52
lines changed

37 files changed

+52
-52
lines changed

Diff for: .github/workflows/projectActions.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,4 @@ jobs:
1717
uses: srggrs/[email protected]
1818
if: github.event.action == 'opened' || contains(github.event.issue.labels.*.name, 'java-fundamentals')
1919
with:
20-
project: 'https://github.com/bobocode-projects/java-fundamentals-course/projects/4'
20+
project: 'https://github.com/bobocode-projects/java-fundamentals-exercises/projects/4'

Diff for: 0-0-intro/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,11 @@ _(we know it's silly, but we wanted to give you a simple example 😀)_
1919
* [Git](https://git-scm.com/book/en/v2/Getting-Started-Installing-Git)
2020

2121
## How to start ❓
22-
* [clone](https://docs.github.com/en/github/creating-cloning-and-archiving-repositories/cloning-a-repository) this [repository](https://github.com/bobocode-projects/java-fundamentals-course) to your computer
22+
* [clone](https://docs.github.com/en/github/creating-cloning-and-archiving-repositories/cloning-a-repository) this [repository](https://github.com/bobocode-projects/java-fundamentals-exercises) to your computer
2323
* **open** the project via IDE
2424

2525
## Have questions? 🧐
2626
* take a look at **README** of the exercise
2727
* switch to branch `completed` and **see the correct implementation** of the exercise
28-
* [join the discussion](https://github.com/bobocode-projects/java-fundamentals-course/discussions) on the GitHub
28+
* [join the discussion](https://github.com/bobocode-projects/java-fundamentals-exercises/discussions) on the GitHub
2929
* contact us via [email protected]

Diff for: 0-0-intro/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
<parent>
88
<groupId>com.bobocode</groupId>
9-
<artifactId>java-fundamentals-course</artifactId>
9+
<artifactId>java-fundamentals-exercises</artifactId>
1010
<version>1.0-SNAPSHOT</version>
1111
</parent>
1212
<artifactId>0-0-intro</artifactId>

Diff for: 1-0-java-basics/1-3-0-hello-generics/README.MD

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ types we need some form of type parametrization. Of course, we can use `Object`
2323
it is not safe. Using `Object` requires runtime casting which can cause runtime exceptions.
2424

2525
---
26-
#### 🆕 First time here? – [See Introduction](https://github.com/bobocode-projects/java-fundamentals-course/tree/main/0-0-intro#introduction)
26+
#### 🆕 First time here? – [See Introduction](https://github.com/bobocode-projects/java-fundamentals-exercises/tree/main/0-0-intro#introduction)
2727
#### ➡️ Have any feedback? – [Please fill the form ](https://forms.gle/Q5aEmF8E86fbZ4rXA)
2828

2929
##

Diff for: 1-0-java-basics/1-3-1-crazy-generics/README.MD

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ runtime to compile time and makes type parametrization safer.**
2525
[![Linked List](https://yt-embed.herokuapp.com/embed?v=EaL5KsSlEQM)](https://youtu.be/EaL5KsSlEQM)
2626

2727
---
28-
#### 🆕 First time here? – [See Introduction](https://github.com/bobocode-projects/java-fundamentals-course/tree/main/0-0-intro#introduction)
28+
#### 🆕 First time here? – [See Introduction](https://github.com/bobocode-projects/java-fundamentals-exercises/tree/main/0-0-intro#introduction)
2929
#### ➡️ Have any feedback? – [Please fill the form ](https://forms.gle/u6kHcecFuzxV232LA)
3030

3131
##

Diff for: 1-0-java-basics/1-5-0-hello-annotations/README.MD

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Learn annotations basics to better understand how the frameworks use them 💪
1111
* **use custom annotation** on a class ✅
1212

1313
---
14-
#### 🆕 First time here? – [See Introduction](https://github.com/bobocode-projects/java-fundamentals-course/tree/main/0-0-intro#introduction)
14+
#### 🆕 First time here? – [See Introduction](https://github.com/bobocode-projects/java-fundamentals-exercises/tree/main/0-0-intro#introduction)
1515
#### ➡️ Have any feedback? – [Please fill the form ](https://forms.gle/UADe1YKHiFVXQJLF8)
1616

1717
### Exercise overview 🇺🇦

Diff for: 1-0-java-basics/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
<parent>
1414
<groupId>com.bobocode</groupId>
15-
<artifactId>java-fundamentals-course</artifactId>
15+
<artifactId>java-fundamentals-exercises</artifactId>
1616
<version>1.0-SNAPSHOT</version>
1717
</parent>
1818
<artifactId>1-0-java-basics</artifactId>

Diff for: 2-0-data-structures-and-algorithms/2-2-1-node/README.MD

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ You're supposed to be familiar **Java classes** and **generics**
1616
[![Linked List](https://yt-embed.herokuapp.com/embed?v=Ot5ma8NXcS0)](https://youtu.be/Ot5ma8NXcS0)
1717

1818
---
19-
#### 🆕 First time here? – [See Introduction](https://github.com/bobocode-projects/java-fundamentals-course/tree/main/0-0-intro#introduction)
19+
#### 🆕 First time here? – [See Introduction](https://github.com/bobocode-projects/java-fundamentals-exercises/tree/main/0-0-intro#introduction)
2020
#### ➡️ Have any feedback? – [Please fill the form ](https://forms.gle/JGTFw5nfwR89tmSbA)
2121

2222
##

Diff for: 2-0-data-structures-and-algorithms/2-2-2-stack/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ stored to the stack.**
2121
* maintain stack **size**
2222

2323
---
24-
#### 🆕 First time here? – [See Introduction](https://github.com/bobocode-projects/java-fundamentals-course/tree/main/0-0-intro#introduction)
24+
#### 🆕 First time here? – [See Introduction](https://github.com/bobocode-projects/java-fundamentals-exercises/tree/main/0-0-intro#introduction)
2525
#### ➡️ Have any feedback? – [Please fill the form ](https://forms.gle/VgcSYEgm68pzYp6E8)
2626

2727
##

Diff for: 2-0-data-structures-and-algorithms/2-2-3-linked-queue/README.MD

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ You're supposed to be familiar [Queue](https://en.wikipedia.org/wiki/Queue_(abst
1111
* maintain queue **size**
1212

1313
---
14-
#### 🆕 First time here? – [See Introduction](https://github.com/bobocode-projects/java-fundamentals-course/tree/main/0-0-intro#introduction)
14+
#### 🆕 First time here? – [See Introduction](https://github.com/bobocode-projects/java-fundamentals-exercises/tree/main/0-0-intro#introduction)
1515
#### ➡️ Have any feedback? – [Please fill the form ](https://forms.gle/ps9feaVAUsUT1gA29)
1616

1717
##

Diff for: 2-0-data-structures-and-algorithms/2-2-4-linked-list/README.MD

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ You're supposed to be familiar [Linked List](https://en.wikipedia.org/wiki/Linke
1616
[![Linked List](https://yt-embed.herokuapp.com/embed?v=knhSNO3bAHo)](https://youtu.be/knhSNO3bAHo)
1717

1818
---
19-
#### 🆕 First time here? – [See Introduction](https://github.com/bobocode-projects/java-fundamentals-course/tree/main/0-0-intro#introduction)
19+
#### 🆕 First time here? – [See Introduction](https://github.com/bobocode-projects/java-fundamentals-exercises/tree/main/0-0-intro#introduction)
2020
#### ➡️ Have any feedback? – [Please fill the form ](https://forms.gle/tjCWWmpPHupe7Y8x7)
2121

2222
##

Diff for: 2-0-data-structures-and-algorithms/2-2-5-array-list/README.MD

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Build strong skills implementing a well known Array List data structure 💪
2121

2222
---
2323

24-
#### 🆕 First time here? – [See Introduction](https://github.com/bobocode-projects/java-fundamentals-course/tree/main/0-0-intro#introduction)
24+
#### 🆕 First time here? – [See Introduction](https://github.com/bobocode-projects/java-fundamentals-exercises/tree/main/0-0-intro#introduction)
2525
#### ➡️ Have any feedback? – [Please fill the form ](https://forms.gle/WQPxc7rDFgZK6eEk7)
2626

2727
##

Diff for: 2-0-data-structures-and-algorithms/2-2-6-binary-search-tree/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Learn tree data structures and build strong skills implementing binary search tr
1818
[![Linked List](https://yt-embed.herokuapp.com/embed?v=alxzyWswCVg)](https://youtu.be/alxzyWswCVg)
1919

2020
---
21-
#### 🆕 First time here? – [See Introduction](https://github.com/bobocode-projects/java-fundamentals-course/tree/main/0-0-intro#introduction)
21+
#### 🆕 First time here? – [See Introduction](https://github.com/bobocode-projects/java-fundamentals-exercises/tree/main/0-0-intro#introduction)
2222
#### ➡️ Have any feedback? – [Please fill the form ](https://forms.gle/7U9XZHuTtT5xpjXR6)
2323

2424
##

Diff for: 2-0-data-structures-and-algorithms/2-2-7-hash-table/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Learn a Hash Table data structures and build strong skills creating a hash table
1010
* understand why do we need the resizing logic and how does it work ✅
1111

1212
---
13-
#### 🆕 First time here? – [See Introduction](https://github.com/bobocode-projects/java-fundamentals-course/tree/main/0-0-intro#introduction)
13+
#### 🆕 First time here? – [See Introduction](https://github.com/bobocode-projects/java-fundamentals-exercises/tree/main/0-0-intro#introduction)
1414
#### ➡️ Have any feedback? – [Please fill the form ](https://forms.gle/7U9XZHuTtT5xpjXR6)
1515

1616
##

Diff for: 2-0-data-structures-and-algorithms/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717

1818
<parent>
1919
<groupId>com.bobocode</groupId>
20-
<artifactId>java-fundamentals-course</artifactId>
20+
<artifactId>java-fundamentals-exercises</artifactId>
2121
<version>1.0-SNAPSHOT</version>
2222
</parent>
2323
<artifactId>2-0-data-structures-and-algorithms</artifactId>

Diff for: 3-0-java-core/3-6-1-file-reader/README.MD

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ You're supposed to know the basics of Stream API and how to work with files in J
1111
* **deal with exceptions** when accessing the file ✅
1212

1313
---
14-
#### 🆕 First time here? – [See Introduction](https://github.com/bobocode-projects/java-fundamentals-course/tree/main/0-0-intro#introduction)
14+
#### 🆕 First time here? – [See Introduction](https://github.com/bobocode-projects/java-fundamentals-exercises/tree/main/0-0-intro#introduction)
1515
#### ➡️ Have any feedback? – [Please fill the form ](https://forms.gle/MAfCxL1JLfY76ki9A)
1616

1717
##

Diff for: 3-0-java-core/3-6-2-file-stats/README.MD

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ You're supposed to know how to work with text files and be able to write Java co
1414

1515
---
1616

17-
#### 🆕 First time here? – [See Introduction](https://github.com/bobocode-projects/java-fundamentals-course/tree/main/0-0-intro#introduction)
17+
#### 🆕 First time here? – [See Introduction](https://github.com/bobocode-projects/java-fundamentals-exercises/tree/main/0-0-intro#introduction)
1818
#### ➡️ Have any feedback? – [Please fill the form ](https://forms.gle/jhXEAzG4TB81S43CA)
1919

2020
##

Diff for: 3-0-java-core/3-6-3-crazy-regex/README.MD

+1-1
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ it's called back reference)
6060

6161
---
6262

63-
#### 🆕 First time here? – [See Introduction](https://github.com/bobocode-projects/java-fundamentals-course/tree/main/0-0-intro#introduction)
63+
#### 🆕 First time here? – [See Introduction](https://github.com/bobocode-projects/java-fundamentals-exercises/tree/main/0-0-intro#introduction)
6464
#### ➡️ Have any feedback? – [Please fill the form ](https://forms.gle/jhXEAzG4TB81S43CA)
6565

6666
##

Diff for: 3-0-java-core/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<modelVersion>4.0.0</modelVersion>
66
<parent>
77
<groupId>com.bobocode</groupId>
8-
<artifactId>java-fundamentals-course</artifactId>
8+
<artifactId>java-fundamentals-exercises</artifactId>
99
<version>1.0-SNAPSHOT</version>
1010
</parent>
1111
<artifactId>3-0-java-core</artifactId>

Diff for: 4-0-object-oriented-programming/4-3-1-flight-search/README.MD

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ You're supposed to be familiar polymorphism and Java interfaces
2020

2121
---
2222

23-
#### 🆕 First time here? – [See Introduction](https://github.com/bobocode-projects/java-fundamentals-course/tree/main/0-0-intro#introduction)
23+
#### 🆕 First time here? – [See Introduction](https://github.com/bobocode-projects/java-fundamentals-exercises/tree/main/0-0-intro#introduction)
2424
#### ➡️ Have any feedback? – [Please fill the form ](https://forms.gle/8YUNC2YctwDi7qwP7)
2525

2626
##

Diff for: 4-0-object-oriented-programming/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
<parent>
1212
<groupId>com.bobocode</groupId>
13-
<artifactId>java-fundamentals-course</artifactId>
13+
<artifactId>java-fundamentals-exercises</artifactId>
1414
<version>1.0-SNAPSHOT</version>
1515
</parent>
1616
<artifactId>4-0-object-oriented-programming</artifactId>

Diff for: 5-0-functional-programming/5-0-1-lambda-functions-map/README.MD

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Start learning functional programming in Java by writing simple math functions u
1212

1313
---
1414

15-
#### 🆕 First time here? – [See Introduction](https://github.com/bobocode-projects/java-fundamentals-course/tree/main/0-0-intro#introduction)
15+
#### 🆕 First time here? – [See Introduction](https://github.com/bobocode-projects/java-fundamentals-exercises/tree/main/0-0-intro#introduction)
1616
#### ➡️ Have any feedback? – [Please fill the form ](https://forms.gle/TPSCpZAMZvNXYCoA6)
1717

1818
##

Diff for: 5-0-functional-programming/5-0-2-stream-sum-of-squares/README.MD

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Learn functional programming by refactoring a piece of code using Stream API
88
* **calculate a sum** of all elements in the stream ✅
99

1010
---
11-
#### 🆕 First time here? – [See Introduction](https://github.com/bobocode-projects/java-fundamentals-course/tree/main/0-0-intro#introduction)
11+
#### 🆕 First time here? – [See Introduction](https://github.com/bobocode-projects/java-fundamentals-exercises/tree/main/0-0-intro#introduction)
1212
#### ➡️ Have any feedback? – [Please fill the form ](https://forms.gle/7GaNdgTDWhaSh4fc7)
1313

1414
##

Diff for: 5-0-functional-programming/5-1-1-crazy-lambdas/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ it can help you to simplify the code even more:
5858
[![Linked List](https://yt-embed.herokuapp.com/embed?v=tNizKD1JbwM)](https://youtu.be/tNizKD1JbwM)
5959

6060
---
61-
#### 🆕 First time here? – [See Introduction](https://github.com/bobocode-projects/java-fundamentals-course/tree/main/0-0-intro#introduction)
61+
#### 🆕 First time here? – [See Introduction](https://github.com/bobocode-projects/java-fundamentals-exercises/tree/main/0-0-intro#introduction)
6262
#### ➡️ Have any feedback? – [Please fill the form ](https://forms.gle/GcKJyr1fEGaPrrLz8)
6363

6464
##

Diff for: 5-0-functional-programming/5-2-1-crazy-streams/README.MD

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ To verify your implementation, run `CrazyStreamsTest.java`
1313
[![Linked List](https://yt-embed.herokuapp.com/embed?v=o1H6kMlCQ74)](https://youtu.be/o1H6kMlCQ74)
1414

1515
---
16-
#### 🆕 First time here? – [See Introduction](https://github.com/bobocode-projects/java-fundamentals-course/tree/main/0-0-intro#introduction)
16+
#### 🆕 First time here? – [See Introduction](https://github.com/bobocode-projects/java-fundamentals-exercises/tree/main/0-0-intro#introduction)
1717
#### ➡️ Have any feedback? – [Please fill the form ](https://forms.gle/K1ETyrRybV1RpfHA6)
1818

1919
##

Diff for: 5-0-functional-programming/5-3-1-crazy-optionals/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ To verify your implementation, run `CrazyOptionalsTest.java`
1313
[![Linked List](https://yt-embed.herokuapp.com/embed?v=yyhD0QZGMRs)](https://youtu.be/yyhD0QZGMRs)
1414

1515
---
16-
#### 🆕 First time here? – [See Introduction](https://github.com/bobocode-projects/java-fundamentals-course/tree/main/0-0-intro#introduction)
16+
#### 🆕 First time here? – [See Introduction](https://github.com/bobocode-projects/java-fundamentals-exercises/tree/main/0-0-intro#introduction)
1717
#### ➡️ Have any feedback? – [Please fill the form ](https://forms.gle/vkhad17uT7DTWThQ9)
1818

1919
##

Diff for: 5-0-functional-programming/5-4-1-fun-prime-numbers/README.MD

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ You're supposed to be familiar with Lambdas, Stream API and Optional API
1313
* transform a stream of primitives into a stream of `Integer` objects ("**Stream boxing**") ✅
1414

1515
---
16-
#### 🆕 First time here? – [See Introduction](https://github.com/bobocode-projects/java-fundamentals-course/tree/main/0-0-intro#introduction)
16+
#### 🆕 First time here? – [See Introduction](https://github.com/bobocode-projects/java-fundamentals-exercises/tree/main/0-0-intro#introduction)
1717
#### ➡️ Have any feedback? – [Please fill the form ](https://forms.gle/ndFEj5xArhTBQaRQA)
1818

1919
##

Diff for: 5-0-functional-programming/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515

1616
<parent>
1717
<groupId>com.bobocode</groupId>
18-
<artifactId>java-fundamentals-course</artifactId>
18+
<artifactId>java-fundamentals-exercises</artifactId>
1919
<version>1.0-SNAPSHOT</version>
2020
</parent>
2121
<artifactId>5-0-functional-programming</artifactId>

Diff for: 6-0-test-driven-development/6-1-1-stack/README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -6,21 +6,21 @@ Improve your TDD skill implementing Stack
66
using TDD discipline
77

88
### Pre-conditions :heavy_exclamation_mark:
9-
You're supposed to know [The Three laws of TDD](https://github.com/bobocode-projects/java-fundamentals-course#the-three-laws-of-tdd) relink,
9+
You're supposed to know [The Three laws of TDD](https://github.com/bobocode-projects/java-fundamentals-exercises#the-three-laws-of-tdd) relink,
1010
be familiar with Stack data structure, and be able to write Java code
1111

1212
### How to start :question:
1313
* Just clone the repository and start implementing `Stack` interface following *three laws of TDD*
1414
* If you don't have enough knowledge about this domain, check out the [links below](#related-materials-information_source)
15-
* Don't worry if you got stuck, checkout the [exercise/completed](https://github.com/bobocode-projects/java-fundamentals-course/tree/exercise/completed) branch and see the final implementation
15+
* Don't worry if you got stuck, checkout the [exercise/completed](https://github.com/bobocode-projects/java-fundamentals-exercises/tree/exercise/completed) branch and see the final implementation
1616

1717
### Related materials :information_source:
1818
* [Як виробити звичку писати тести? (Bobocode channel <img src="https://raw.githubusercontent.com/bobocode-projects/resources/master/image/logo_transparent_background.png" height=20/>)](https://youtu.be/L_CiX9C51BI)
1919
* [Stack](https://en.wikipedia.org/wiki/Stack_(abstract_data_type))
2020
* [The Three Laws of TDD](https://www.youtube.com/watch?v=qkblc5WRn-U&t=3476s)
2121

2222
---
23-
#### 🆕 First time here? – [See Introduction](https://github.com/bobocode-projects/java-fundamentals-course/tree/main/0-0-intro#introduction)
23+
#### 🆕 First time here? – [See Introduction](https://github.com/bobocode-projects/java-fundamentals-exercises/tree/main/0-0-intro#introduction)
2424

2525
##
2626
<div align="center"><img src="https://raw.githubusercontent.com/bobocode-projects/resources/master/animation/GitHub%20Star_3.gif" height=50/></div>

Diff for: 6-0-test-driven-development/6-1-2-linked-list/README.MD

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ To verify your implementation check if your `LinkedListTest.java` provides full
1111
with **completed exercise**
1212

1313
### Pre-conditions❗
14-
You're supposed to know [The Three laws of TDD](https://github.com/bobocode-projects/java-fundamentals-course/tree/main/6-0-test-driven-development#the-three-laws-of-tdd),
14+
You're supposed to know [The Three laws of TDD](https://github.com/bobocode-projects/java-fundamentals-exercises/tree/main/6-0-test-driven-development#the-three-laws-of-tdd),
1515
be familiar with Linked List data structure, and be able to write Java code
1616

1717
### How to start❓
@@ -26,7 +26,7 @@ You're supposed to know [The Three laws of TDD](https://github.com/bobocode-proj
2626
* [The Three Laws of TDD](https://www.youtube.com/watch?v=qkblc5WRn-U&t=3476s)
2727

2828
---
29-
#### 🆕 First time here? – [See Introduction](https://github.com/bobocode-projects/java-fundamentals-course/tree/main/0-0-intro#introduction)
29+
#### 🆕 First time here? – [See Introduction](https://github.com/bobocode-projects/java-fundamentals-exercises/tree/main/0-0-intro#introduction)
3030

3131
##
3232
<div align="center"><img src="https://raw.githubusercontent.com/bobocode-projects/resources/master/animation/GitHub%20Star_3.gif" height=50/></div>

Diff for: 6-0-test-driven-development/6-1-3-binary-search-tree/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Improve your TDD skill implementing Binary Search Tree
66
by practicing TDD discipline
77

88
### Pre-conditions :heavy_exclamation_mark:
9-
You're supposed to know [The Three laws of TDD](https://github.com/bobocode-projects/java-fundamentals-course/tree/main/6-0-test-driven-development#the-three-laws-of-tdd),
9+
You're supposed to know [The Three laws of TDD](https://github.com/bobocode-projects/java-fundamentals-exercises/tree/main/6-0-test-driven-development#the-three-laws-of-tdd),
1010
be familiar with [Binary Search Tree](https://en.wikipedia.org/wiki/Binary_search_tree) data structure,
1111
and understand [Recursion](https://en.wikipedia.org/wiki/Recursion_(computer_science))
1212

@@ -21,7 +21,7 @@ and understand [Recursion](https://en.wikipedia.org/wiki/Recursion_(computer_sci
2121
* [The Three Laws of TDD](https://www.youtube.com/watch?v=qkblc5WRn-U&t=3476s)
2222

2323
---
24-
#### 🆕 First time here? – [See Introduction](https://github.com/bobocode-projects/java-fundamentals-course/tree/main/0-0-intro#introduction)
24+
#### 🆕 First time here? – [See Introduction](https://github.com/bobocode-projects/java-fundamentals-exercises/tree/main/0-0-intro#introduction)
2525

2626
##
2727
<div align="center"><img src="https://raw.githubusercontent.com/bobocode-projects/resources/master/animation/GitHub%20Star_3.gif" height=50/></div>

Diff for: 6-0-test-driven-development/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
44
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
55
<parent>
6-
<artifactId>java-fundamentals-course</artifactId>
6+
<artifactId>java-fundamentals-exercises</artifactId>
77
<groupId>com.bobocode</groupId>
88
<version>1.0-SNAPSHOT</version>
99
</parent>

0 commit comments

Comments
 (0)