Skip to content
Learn Code Zone
Search for:
  • Linux
  • Interview Questions
    • Flutter Interview Questions
    • JavaScript Interview Questions
    • Machine Learning Interview Questions
  • Shop
  • Contribute
  • Contact Us

Category: Python

Java JavaScript Php Python

Multiply two strings  with example JAVA, PHP, JS, PYTHON

April 7, 2022November 16, 2022 abhinav KumarLeave a Comment on Multiply two strings  with example JAVA, PHP, JS, PYTHON

Given two positive numbers as strings. The numbers may be very large (may not fit in long long int), the task is to find product of these two numbers. Examples:  Input : num1 = 4154            num2 = 51454 Output…

Read More→

Java JavaScript Php Python

Roman Number to Integer Example in JAVA,  PHP, JS, PYTHON

April 7, 2022April 8, 2022 abhinav KumarLeave a Comment on Roman Number to Integer Example in JAVA,  PHP, JS, PYTHON

Given a Roman numeral, the task is to find its corresponding decimal value. Example :  Input: IX Output: 9 IX is a Roman symbol which represents 9  Input: XL Output: 40 XL is a Roman symbol which represents 40 Input:…

Read More→

General Java JavaScript Php Python

Find duplicates in an array

April 4, 2022April 6, 2022 abhinav KumarLeave a Comment on Find duplicates in an array

Explanation  We need to find the duplicate elements in the array in this programme. This can be accomplished with two loops. The first loop selects an element, while the second loop iterates across the array by comparing the selected element…

Read More→

Python

Machine Learning Interview Questions

April 4, 2022April 6, 2022 abhinav KumarLeave a Comment on Machine Learning Interview Questions

1) What do you mean when you say “machine learning”?  Machine learning is a branch of Artificial Intelligence that works with system programming and data analysis, allowing computers to learn and respond without being explicitly programmed. 2) What is the…

Read More→

Python

Check if the given Array is Monotonic Python

April 4, 2022April 4, 2022 abhinav KumarLeave a Comment on Check if the given Array is Monotonic Python

We’ll learn how to determine whether an array is a monotone in this article. An array is a data structure that holds elements and allows you to retrieve them using their indexes. When the items of an array are constantly…

Read More→

Categories

  • C++
  • Dart
  • Data Structure
  • Flutter
  • flutter-tutorial
  • General
  • Java
  • JavaScript
  • Linux
  • linux-tutorial
  • Php
  • php-tutorial
  • Python
  • React Native

Quick Links

  • Software Implementation Activities
  • Professional Approach for Technical Work in SAAS Platform
  • React Table Dropdown Hiding inside the table
  • Top 12 Actions needed to achieve Excellence consistently
  • Recover accidentally deleted flutter code files
  • Depend On Inherited Element was called before init state in flutter
  • Flutter – Unable to create dart snapshot for flutter tool.
  • Unable to create dart snapshot for flutter tool
  • LINUX Directory Management Overview
  • LINUX FILE SYSTEM OVERVIEW
  • Flutter Interview Questions
  • Flutter Deployment
  • Deployment
  • Flutter Testing
  • Splash Screen
  • Flutter Splash Screen
  • Flutter Working with API
  • Flutter API
  • UI Components
  • Flutter UI Components
  • Facebook
  • YouTube

Archives

  • March 2023
  • November 2022
  • October 2022
  • August 2022
  • July 2022
  • June 2022
  • May 2022
  • April 2022
  • March 2022
  • January 2022
  • August 2021
  • July 2021
  • June 2021
  • May 2021
  • March 2021
  • February 2021

Links

  • Linux
  • Interview Questions
    • Flutter Interview Questions
    • JavaScript Interview Questions
    • Machine Learning Interview Questions
  • Shop
  • Contribute
  • Contact Us
Go to top