Skip to main content

Posts

Featured

Algorithm & Data Structures

   An algorithm is a set of instructions executed in a specific order to get a particular output. Many programming languages use different algorithms and can be implemented in many ways; some important categories are search, sort, insert, update, and delete. Search is to look for a specific item in a data structure. Sort is putting items in a particular order; Insert is when something needs to go into the structure. An update is to update an existing item in the data structure, and a delete is to delete a current object. Others will best use each data structure. It typically depends on the user and the capability of their computer how to store data. There are different ways to execute a code. For example, array and record data are based on arithmetic operations, while linked data structure store addressed data items within the system. Data structures require a certain amount of space for what they will store and time performance for the operation. Algorithmic design and data...

Latest Posts

Image

JAVA Information for Beginners

7. Tech Topic Connection

6. Network Security

5. Computer in the Workplace

Image

4. Traveling Through A Network

Image

3. Documenting a Day

Image

2. Web/Mobile App Critique

Image

1. Scratch Programming