Showing posts with label Data Strucures. Show all posts
Showing posts with label Data Strucures. Show all posts

Saturday, 5 October 2024

EQUILIBRIUM INDEX IN ARRAY in Python

 The Equilibrium Index of an array is an index where the sum of the elements on the left side of the index is equal to the sum of the elements on the right side.def find_equilibrium_index(arr):    total_sum = sum(arr)   ...

Monday, 8 July 2024

Foundations of Data Structures and Algorithms Specialization

 In the realm of computer science, data structures and algorithms are the backbone of efficient programming and software development. They form the fundamental concepts that every aspiring software engineer, data scientist, and computer...

Tuesday, 9 January 2024

Python Data Structures

 What you'll learnExplain the principles of data structures & how they are usedCreate programs that are able to read and write data from filesStore data as key/value pairs using Python dictionariesAccomplish multi-step tasks like sorting...

Saturday, 16 December 2023

Object Oriented Programming [OOP]

 Basic Concepts:a. Define what an object is in the context of OOP.b. Explain the difference between a class and an object.Encapsulation:a. Describe the concept of encapsulation and its benefits.b. Provide an example of encapsulation in a programming language of your choice.Inheritance:a. Explain the concept of inheritance and its purpose.b. Differentiate...

Saturday, 17 August 2019

Data Structures - Lecture 3

 Data Structures - Lecture 3 Data StructureLecture 3STACKS Stacks are a very important data structure and are necessary for implementing the logic behind many programmers. So let us look at start at the end of this lesson. we objective of this lesson this to introduce the concept of this stacks and then look at the operations of the stack...

Data Structures - Lecture 2

Data structure Lecture -2 Arrays We are going to look at two implementation of list. Two important implementation of list. One is array and another is using linked list. So first let us look at implementation of list using arrays. Before we are going to that we have to know what an arrays? Array is usually associated with pair of values an...

Tuesday, 30 July 2019

Data Structures - Lecture 1

Data Structure (adsbygoogle = window.adsbygoogle || []).push({}); Lecture 1 Data structure is a systematic way of manipulating data. A data structure structures data. Usually more than one piece of data and we have to provide legal operations on the data and the data can also be joined together. That is it can be collection. Basically...

Popular Posts

Categories

100 Python Programs for Beginner (114) AI (41) Android (24) AngularJS (1) Api (2) Assembly Language (2) aws (17) Azure (7) BI (10) book (4) Books (200) C (77) C# (12) C++ (83) Course (67) Coursera (253) Cybersecurity (25) Data Analysis (3) Data Analytics (4) data management (11) Data Science (150) Data Strucures (8) Deep Learning (21) Django (16) Downloads (3) edx (2) Engineering (14) Euron (29) Events (6) Excel (13) Factorial (1) Finance (6) flask (3) flutter (1) FPL (17) Generative AI (11) Google (38) Hadoop (3) HTML Quiz (1) HTML&CSS (47) IBM (30) IoT (1) IS (25) Java (93) Java quiz (1) Leet Code (4) Machine Learning (87) Meta (22) MICHIGAN (5) microsoft (4) Nvidia (4) Pandas (4) PHP (20) Projects (29) pyth (1) Python (1068) Python Coding Challenge (465) Python Quiz (140) Python Tips (5) Questions (2) R (70) React (6) Scripting (3) security (3) Selenium Webdriver (4) Software (17) SQL (42) UX Research (1) web application (8) Web development (4) web scraping (2)

Followers

Python Coding for Kids ( Free Demo for Everyone)