How come a 3D movie on a 2D screen ?!

Our eyes perceive the world around us as a three-dimensional (3D) image. By 3D image, we mean that we see widths, heights and depths. In a TV show or a cinema movie, we also perceive the depth of these images although it is rendered on a two-dimensional (2D) screen (just width and height) ! How … Continue reading How come a 3D movie on a 2D screen ?!

.. ؟ الرأى الآخر CV عايز اكتب

لحد ما يتظبط ctrl + '-' ملحوظة: لو الكلام اللى تحت ملخبط وداخل فى بعضه دوس على بتاعه .. وكتير مننا اتخض لما سمع الكلمة دى لأول مرة وشال الهم انه يكتبها وخصوصا لو كان خلاص هيتخرج CV كتير مننا بيلاقى صعوبة فى البداية أنه يكتب ال كويسة تميزك عن غيرك .. بس هنتكلم فى … Continue reading .. ؟ الرأى الآخر CV عايز اكتب

قبل كدة ؟ CMMI سمعت عن ال

CMMI أو لسة مشتغلتش .. لو حبيت تبنى شركة برمجيات ليها وزنها .. يبقى لازم تعرف أكتر عن ال IT لو أنت خريج أو لسة طالب .. لو أنت شغال فى شركة فى مجال ال  وهنعرف ايه فايدته وليه احنا محتاجينه فى أى شركة هتشتغل فى مجال تطوير البرمجيات CMMI فى البوست دة هتكلم بشكل … Continue reading قبل كدة ؟ CMMI سمعت عن ال

9.0 Data Structures – Advanced Lists .. Part-2

Let's continue talking about Lists, but first let's have a quick recap. In the last post, we covered a new way to implement lists, which is using recursion. To use this technique, we changed the underlying data members. In this post, we are continuing with another version of lists, Circular Lists. The idea behind circular … Continue reading 9.0 Data Structures – Advanced Lists .. Part-2

7.0 Data Structures – Binary Search Trees

A tree is a data structure that has many variants.  From our human perceptive, trees have too many branches and leafs. They are very useful in sunny days, where we walk under their shadows. In Computer Science world, they have another usage. We use their leafs to store data. Yes!! their leafs are a place where we can … Continue reading 7.0 Data Structures – Binary Search Trees