कंप्यूटर फंडामेंटल्स

आज की बदलती हुई दुनिया में टेक्नोलॉजी ने अपना एक अलग ही मुकाम हासिल कर लिया हैं हमारे चारो तरफ टेक्नोलॉजी की दुनिया फैली हुई हैं अब अगर बात टेक्नोलॉजी की हो तो भला कंप्यूटर कैसे पीछे रह सकता हैं कंप्यूटर अब एक ऐसा डिवाइस बन गया हैं जिसके बिना हम अपने जीवन की कल्पना भी नहीं कर सकते हैं हम लोग सुबह से ले कर शाम तक, शाम से लेकर रात तक कंप्यूटर और टेक्नोलॉजी से घिरे हुए हैं और इनका प्रतिदिन उपयोग करते हैं चाहे वह कंप्यूटर हो या लैपटॉप, मोबाइल हो या टेबलेट|

AVL Tree: परिभाषा, रोटेशन प्रकार, उपयोग, लाभ और हानियाँ

Adelson-Velsky and Landis Tree / AVL Tree Adelson-Velsky and Landis Tree / AVL Tree दो रूसी वैज्ञानिक G. M. Adelson-Velsky and E. M. Landis के नाम पर रखा गया है

AVL Tree: परिभाषा, रोटेशन प्रकार, उपयोग, लाभ और हानियाँ Read More »

Tree Data Structure : प्रकार, अनुप्रयोग, लाभ और सीमाएँ

Tree (ट्री) Tree एक hierarchical data structure है, जिसमें data को parent–child relationship के रूप में organize किया जाता है। Tree कई nodes से मिलकर बनता है, और हर node

Tree Data Structure : प्रकार, अनुप्रयोग, लाभ और सीमाएँ Read More »

Understanding Stack Applications : Infix to Postfix Conversion

Application of Stack (अनुप्रयोग) 1. Expression Evaluation And Conversion (गणितीय अभिव्यक्ति का मूल्यांकन और रूपांतरण) Mathematics और Programming में expression evaluation बहुत common है। Stack का use infix, postfix और

Understanding Stack Applications : Infix to Postfix Conversion Read More »

Linked List : प्रकार, लाभ व संरचना

Linked List Linked List एक ऐसी डेटा संरचना (Data Structure) है, जिसमें elements (nodes) sequentially connected रहते हैं, लेकिन memory में contiguous (साथ–साथ) store नहीं होते।   हर node में

Linked List : प्रकार, लाभ व संरचना Read More »

error: Content is protected !!