Monday, March 20, 2017

20 Time Project with Java Post 2

There are many different algorithms in the programming language which can help facilitate the run time of a program, make the program easier to read, or have other benefits. I have been studying Java for the past few weeks, and I have been studying different algorithms with the traits as described above. I have been studying the method called Depth First Search (DFS), which I have already learned in C++, but I am learning to incorporate it into Java. I have some setbacks in mixing up the code for C++ and Java, so I sometimes get confused. The next steps for my 20 Time project is to finish learning about DFS and continue onto BFS. I can apply this to me because I like programming.

No comments:

Post a Comment