Author: Aniruddha Chaudhari

Django

How to Download Files from Pythonanywhere for Backup?

How to download files from pythonanywhere? Take a backup of your Django website.

Code

Second Largest/Smallest Number in Array in C/C++, Java and Python

Write a program to find the second smallest number in array in C/C++, Java and Python. Second largest element in list.

Code

Find the Smallest and Largest Number in Array in C/C++, Java and Python

Write a program to find the smallest and largest number in the array. Code written in C/C++, Java and Python.

cpp

What is Array | Print Elements in Array (Traversing)

What is an array? How to print array in C/C++ programming using for, do-while loop? Write a code to traverse array. Explain with example.

coding challenge

55 Data Structure and Interview Coding Questions for Freshers

List of data structure and interview coding questions and answers. Practice coding online to land your first job and to master programming.

coding challenge

Multilevel Car Parking System in Python | Coding Design Interview Questions

Parking space allotment coding problem. How to design multilevel car parking system in Python? Coding design interview questions and answers.

solar

7 Benefits of Installing a Solar System in Your Home

What are the major advantages and benefits of solar system for home? Importance of solar panel energy system even in rural and remote areas.

AI

How Artificial Intelligence is Impacting Global Economy?

What is the impact of Artificial Intelligence on Economy? How AI is changing the global economy of poor and developing countries?

coding challenge

Valid Sudoku Checker in Python

Write a program to check if Sudoku solution is valid or not. Valid Sudoku Checker in Python code explained with time and space complexity.