Skip to content

Commit ca515e0

Browse files
author
Eric Agyemang
authored
Create README.md
1 parent c942e9d commit ca515e0

File tree

1 file changed

+26
-0
lines changed

1 file changed

+26
-0
lines changed

README.md

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
# Introduction_To_Data_Structures_In_Java
2+
3+
# Coding challenge
4+
5+
# Course Description :
6+
* This course helps readers to build upon their introductory programming and design skills.
7+
* You will learn new programming concepts, such as recursion,Algorithm efficiency and expand your understanding of Object-Oriented design.
8+
* You will be introduced to new tools for programming such as several data structures: linked lists, stacks, queues, trees, sets, and
9+
disjoint sets.
10+
* It futher continue to hone your testing and debugging skills. Programs are done both larger and more complex, growing as your skills are growing.
11+
12+
# Objectives:
13+
* Upon completion of the course you should be able to:
14+
1. Develop moderately complex computer programs.
15+
2. Employ appropriate object-oriented program design and documentation methods including the design of appropriate Object-Oriented
16+
classes and methods.
17+
3. Implement and use elementary data structures such as linked lists, stacks, queues, and binary trees correctly.
18+
4. Design test data and conduct varying levels of program testing.
19+
5. Trace and write simple recursive methods.
20+
21+
# Textbooks:
22+
* Koffman, E. and Wolfgang, P. (2016). Data Structures: Abstraction and Design Using Java.Wiley.
23+
24+
25+
26+

0 commit comments

Comments
 (0)