Wednesday, January 11, 2023

Thought Generator

Motivational Thoughts

Sunday, December 25, 2022

Data Structure for B.Tech 2nd Year Computer Science Students

 Data Structure for B.Tech 2nd Year


In this blog, I just write about Data Structure and Algorithms topic wise.

And here, I am also marking some file links that are very useful for B.Tech 2nd Year Computer Science Students.

So, the topics I covered in this blog are-

  • Introduction of Data Structure
  • Array
  • Linked List
  • Stack
  • Queue
  • Tree
  • Graph
  • Searching
  • Sorting

1. Introduction of Data Structure

  • Basically, Data Structure is a way of organizing all the data items that considers not only the storage of elements but also tells the relationship between each item for processing.
  • Data Structure is a key organizing factor in the software design.
  • In other words, it is a structural representation of logical relationship between individual elements of data for computer processing.
Generally, there are two types of Data Structure-

  1. Primitive Data Structure
  2. Non-Primitive Data Structure


2. Linked List



Saturday, September 24, 2022

PYTHON'S BASIC QUESTION

Some basic questions of PYTHON



Hello Friends,

     In this blog, I give you some basic questions of PYTHON to practice and make better COMMAND on PYTHON.






    ➤What is PYTHON?

  • Python is a programming language.
  • Discovered by GUIDO VAN ROSSUM.
  • It introduced in 1991.
  • It is basically known for - 
    1. it has simple syntax
    2. it has huge libraries
    3. it interpreted as well as compiled the code.


Here are some basic questions in PYTHON to create programs are - 

  1. Write a program to accept 5 Fruit's name by the user in a list.
  2. Write a program to add or remove an element in the list given below - ["C", "Python", "Java", "HTML"]
  3. Write a program to create a dictionary of three key and values by the user.
  4. Write a program to create a dictionary by the user and display the keys and values in a list respectively.
  5. Write a program to get the subject name as a key and subject's marks as a value in a dictionary and after that calculate the percentages of marks, out of no. of subjects * 100.
  6. Write a program to get Student's Roll no.  in a tuple and sort them in ascending order.
  7. Write a program to count the no. 8 in a given tuple - (23,8,21,5,8,32,8,8).
 get up to date for more questions...

(Give your answers in comment box)



To get more Questions of Python Programming


Linked List

Thought Generator

Motivational Thoughts New thought