Posts

Showing posts from February, 2017

Why it is important to study data structures?

Image
What are the benefits and why we use to study Data structure and algorithms. Why it is important to study data structures? Sometimes it is difficult for students to view where they can apply knowledge that they get during studies. When we (software engineers, developers and etc) were in bachelor degree we learnt a lot of different kind of data structures. Binary Search Tree (BST), AVL Tree, Queue, Stack, Red-Black Tree are the only small part of data structures that we passed. But after finals most of those data structures, or even all of them will be forgotten. Even if we didn't forget them, we still lack the experience to use them in real application. Why we need to bother about abstract data structure when we already have implemented array list, vectors, hashmaps in Java (or any other high developed language).  In this post I would like to give 3 reasons why it is important to learn complex data structures. Reason #1: Job Interviews Almost every company,...

Information about technology. must read it

Image
Information Technology definition and its examples Introduction to Computing Table of Contents 1. Information Technology Definition 2. What does Information Technology includes? 3. More Specifically Information Technology means 4. Examples of Information Technology are Information Technology “IT” is one of the fastest growing industry in today’s unstable economy. Various research shows that people related to the IT industry are paid higher as compared to other fields. Why? Because many businesses, Government organizations, Industries want to automate their business & day-to-day processes. The term Information Technology is almost always referred to computers & computer networks, but it also includes Telephones, Television, Telecom industry & even people who works in those industries. According to Wikipedia, The word “Information Technology” was first used in an article published in Harvard Busi...