Tuesday, March 8, 2022

Algorithmic Design in Programming

     Programming languages are languages of data. They are all based on way to manipulate data to receive a desired outcome. Every language has their own way to style and organize data. Some of the ways to organize data in Java are through queues, stacks, linked lists, arrays and so on. All of these methods can hold different types of data whether it's numbers, alpha characters and so on. Programmers can then use these structures to execute tasks and programs to work toward the end goal of the program. The more programming I do the more I realize that there really is more than 1 way to accomplish many of the programming obstacles I have faced, some more concise and some more complicated that it needs to be. Practice and working together with other programmers has helped to define a programming standard that helps to keep some code unified and similar so that other programmers can understand it without completely deciphering it. I look forward to learning more and figuring out how to work with others to collaboratively accomplish tasks that we are given. Working with others is so helpful because all programmers have their strengths and weaknesses and working together can help us improve in the areas we may be lacking. 

Algorithmic Design in Programming

      Programming languages are languages of data. They are all based on way to manipulate data to receive a desired outcome. Every language...