Posts

Write a python program to sum all the items in a given dictionary.

Write a python program to add a new key-value pair to an existing dictionary.

Write a python program to check if a given key exists in a dictionary or not.

Write a python program to count the number of vowels in a string (No control flow allowed).

Write a python program to create tuples (name, age, address, college) for at least two members and concatenate the tuples and print the concatenated tuples.

JNTUK R23 CSE SYLLABUS 2-1 & 2-2

Write a python program to perform any 5 built-in functions by taking any list.

Write a python program to perform the given operations on a list: i. addition ii. insertion iii. slicing

Write a python program to check if the substring is present in a given string or not.

Write a python program to find the length of the string without using any library functions.

Write a python program to define a function using default arguments.

Write a python program to define a function with multiple return values.

Write a python program to print multiplication table of a given number

Write a python program to add and multiply complex numbers

Write a python program to swap two numbers without using a temporary variable.

Write a Python program to display all prime numbers within an interval

Write a python program to find the largest element among three Numbers.

Implement a doubly linked list and perform various operations to understand its properties and applications in C

Implement a circular linked list and perform insertion, deletion, and traversal in C

Implement a stack using linked lists in C

Implement a stack using arrays in C

Write a C program to evaluate a postfix expression using a stack.

Implement a program to check for balanced parentheses using a stack in C

Implement a queue using arrays and linked lists in C

Solve problems involving circular queues in C

Use a stack to evaluate an infix expression and convert it to postfix in C

Create a C program to determine whether a given string is a palindrome or not.

Implement a stack or queue to perform comparison and check for symmetry in C

Implementing a BST using Linked List in C

C Program for Traversing a Binary Search Tree