Üstün Kodlama Uygulaması

İnteraktif Uygulama Portalı

Python'da 350'den fazla yapılandırılmış problemi çözerek programlama kavramlarında uzmanlaşın. Karmaşıklık eşlemelerini, provaları görüntüleyin ve basit çözümlerle optimum çözümleri karşılaştırın, ardından kodunuzu anında çalıştırın.

Müfredat Yol Haritası

1

Core Logic & Numbers

Master variables, loops, and mathematical properties.

İlk Sorunu Görüntüle
2

Array Manipulations

In-place operations, rotations, and frequency counting.

İlk Sorunu Görüntüle
3

Hashing & Strings

Using sets and dictionaries for O(n) performance.

İlk Sorunu Görüntüle
4

Two Pointers & Windows

Optimizing linear scans with dynamic boundaries.

İlk Sorunu Görüntüle
5

Trees & Graphs

Hierarchical data and pathfinding algorithms.

İlk Sorunu Görüntüle
#001

Positive or Negative number

Basics

Detailed guide and Python implementation for the 'Positive or Negative number' problem.

Kolay
#002

Even or Odd number

Basics

Detailed guide and Python implementation for the 'Even or Odd number' problem.

Kolay
#003

Sum of First N Natural numbers

Basics

Detailed guide and Python implementation for the 'Sum of First N Natural numbers' problem.

Kolay
#004

Sum of N natural numbers

Basics

Detailed guide and Python implementation for the 'Sum of N natural numbers' problem.

Kolay
#005

Sum of numbers in a given range

Basics

Detailed guide and Python implementation for the 'Sum of numbers in a given range' problem.

Kolay
#006

Greatest of two numbers

Basics

Detailed guide and Python implementation for the 'Greatest of two numbers' problem.

Kolay
#007

Greatest of the Three numbers

Basics

Detailed guide and Python implementation for the 'Greatest of the Three numbers' problem.

Kolay
#008

Leap year or not

Basics

Detailed guide and Python implementation for the 'Leap year or not' problem.

Kolay
#009

Prime number

Basics

Detailed guide and Python implementation for the 'Prime number' problem.

Kolay
#010

Prime number within a given range

Basics

Detailed guide and Python implementation for the 'Prime number within a given range' problem.

Kolay
#011

Sum of digits of a number

Basics

Detailed guide and Python implementation for the 'Sum of digits of a number' problem.

Kolay
#012

Reverse of a number

Basics

Detailed guide and Python implementation for the 'Reverse of a number' problem.

Kolay
#013

Palindrome number

Basics

Detailed guide and Python implementation for the 'Palindrome number' problem.

Kolay
#014

Armstrong number

Basics

Detailed guide and Python implementation for the 'Armstrong number' problem.

Kolay
#015

Armstrong number in a given range

Basics

Detailed guide and Python implementation for the 'Armstrong number in a given range' problem.

Kolay
#016

Fibonacci Series upto nth term

Basics

Detailed guide and Python implementation for the 'Fibonacci Series upto nth term' problem.

Kolay
#017

Find the Nth Term of the Fibonacci Series

Basics

Detailed guide and Python implementation for the 'Find the Nth Term of the Fibonacci Series' problem.

Kolay
#018

Factorial of a number

Basics

Detailed guide and Python implementation for the 'Factorial of a number' problem.

Kolay
#019

Power of a number

Basics

Detailed guide and Python implementation for the 'Power of a number' problem.

Kolay
#020

Factor of a number

Basics

Detailed guide and Python implementation for the 'Factor of a number' problem.

Kolay
#021

Finding Prime Factors of a number

Basics

Detailed guide and Python implementation for the 'Finding Prime Factors of a number' problem.

Kolay
#022

Strong number

Basics

Detailed guide and Python implementation for the 'Strong number' problem.

Kolay
#023

Perfect number

Basics

Detailed guide and Python implementation for the 'Perfect number' problem.

Kolay
#024

Perfect Square

Basics

Detailed guide and Python implementation for the 'Perfect Square' problem.

Kolay
#025

Automorphic number

Basics

Detailed guide and Python implementation for the 'Automorphic number' problem.

Kolay
#026

Harshad number

Basics

Detailed guide and Python implementation for the 'Harshad number' problem.

Kolay
#027

Abundant number

Basics

Detailed guide and Python implementation for the 'Abundant number' problem.

Kolay
#028

Friendly pair

Basics

Detailed guide and Python implementation for the 'Friendly pair' problem.

Kolay
#029

Highest Common Factor(HCF)

Numbers

Detailed guide and Python implementation for the 'Highest Common Factor(HCF)' problem.

Kolay
#030

Lowest Common Multiple (LCM)

Numbers

Detailed guide and Python implementation for the 'Lowest Common Multiple (LCM)' problem.

Kolay
#031

Greatest Common Divisor

Numbers

Detailed guide and Python implementation for the 'Greatest Common Divisor' problem.

Kolay
#032

Binary to Decimal conversion

Numbers

Detailed guide and Python implementation for the 'Binary to Decimal conversion' problem.

Kolay
#033

Octal to Decimal conversion

Numbers

Detailed guide and Python implementation for the 'Octal to Decimal conversion' problem.

Kolay
#034

Hexadecimal to Decimal conversion

Numbers

Detailed guide and Python implementation for the 'Hexadecimal to Decimal conversion' problem.

Kolay
#035

Decimal to Binary conversion

Numbers

Detailed guide and Python implementation for the 'Decimal to Binary conversion' problem.

Kolay
#036

Decimal to Octal Conversion

Numbers

Detailed guide and Python implementation for the 'Decimal to Octal Conversion' problem.

Kolay
#037

Decimal to Hexadecimal Conversion

Numbers

Detailed guide and Python implementation for the 'Decimal to Hexadecimal Conversion' problem.

Kolay
#038

Binary to Octal conversion

Numbers

Detailed guide and Python implementation for the 'Binary to Octal conversion' problem.

Kolay
#039

Octal to Binary conversion

Numbers

Detailed guide and Python implementation for the 'Octal to Binary conversion' problem.

Kolay
#040

Quadrants in which a given coordinate lies

Numbers

Detailed guide and Python implementation for the 'Quadrants in which a given coordinate lies' problem.

Kolay
#041

Permutations in which n people can occupy r seats

Numbers

Detailed guide and Python implementation for the 'Permutations in which n people can occupy r seats' problem.

Kolay
#042

Maximum number of handshakes

Numbers

Detailed guide and Python implementation for the 'Maximum number of handshakes' problem.

Sert
#043

Addition of two fractions

Numbers

Detailed guide and Python implementation for the 'Addition of two fractions' problem.

Kolay
#044

Replace all 0’s with 1 in a given integer

Numbers

Detailed guide and Python implementation for the 'Replace all 0’s with 1 in a given integer' problem.

Kolay
#045

Can a number be expressed as a sum of two prime numbers

Numbers

Detailed guide and Python implementation for the 'Can a number be expressed as a sum of two prime numbers' problem.

Kolay
#046

Count possible decoding of a given digit sequence

Numbers

Detailed guide and Python implementation for the 'Count possible decoding of a given digit sequence' problem.

Kolay
#047

Calculate the area of a circle

Numbers

Detailed guide and Python implementation for the 'Calculate the area of a circle' problem.

Kolay
#048

Find the prime numbers between 1 to 100

Numbers

Detailed guide and Python implementation for the 'Find the prime numbers between 1 to 100' problem.

Kolay
#049

Calculate the number of digits in an integer

Numbers

Detailed guide and Python implementation for the 'Calculate the number of digits in an integer' problem.

Kolay
#050

Convert digit/number to words

Numbers

Detailed guide and Python implementation for the 'Convert digit/number to words' problem.

Kolay
#051

Counting number of days in a given month of a year

Numbers

Detailed guide and Python implementation for the 'Counting number of days in a given month of a year' problem.

Kolay
#052

Finding Number of times x digit occurs

Numbers

Detailed guide and Python implementation for the 'Finding Number of times x digit occurs' problem.

Kolay
#053

Finding number of integers which has exactly x divisors

Numbers

Detailed guide and Python implementation for the 'Finding number of integers which has exactly x divisors' problem.

Kolay
#054

Finding Roots of a quadratic equation

Numbers

Detailed guide and Python implementation for the 'Finding Roots of a quadratic equation' problem.

Kolay
#055

Power of a Number using Recursion

Recursion

Detailed guide and Python implementation for the 'Power of a Number using Recursion' problem.

Orta
#056

Prime Number using Recursion

Recursion

Detailed guide and Python implementation for the 'Prime Number using Recursion' problem.

Orta
#057

Largest element in an array

Recursion

Detailed guide and Python implementation for the 'Largest element in an array' problem.

Kolay
#058

Smallest element in an array

Recursion

Detailed guide and Python implementation for the 'Smallest element in an array' problem.

Kolay
#059

Reversing a Number using Recursion

Recursion

Detailed guide and Python implementation for the 'Reversing a Number using Recursion' problem.

Orta
#060

HCF using Recursion

Recursion

Detailed guide and Python implementation for the 'HCF using Recursion' problem.

Orta
#061

LCM using Recursion

Recursion

Detailed guide and Python implementation for the 'LCM using Recursion' problem.

Orta
#062

Program to calculate length of string using recursion

Recursion

Detailed guide and Python implementation for the 'Program to calculate length of string using recursion' problem.

Orta
#063

Print All Permutations of a String

Recursion

Detailed guide and Python implementation for the 'Print All Permutations of a String' problem.

Kolay
#064

F(N)th term recursion problem

Recursion

Detailed guide and Python implementation for the 'F(N)th term recursion problem' problem.

Orta
#065

Sum of all subsets

Recursion

Detailed guide and Python implementation for the 'Sum of all subsets' problem.

Kolay
#066

Last non-zero digit in factorial

Recursion

Detailed guide and Python implementation for the 'Last non-zero digit in factorial' problem.

Kolay
#067

Nth row of Pascal Triangle

Recursion

Detailed guide and Python implementation for the 'Nth row of Pascal Triangle' problem.

Kolay
#068

Generate balanced parentheses

Recursion

Detailed guide and Python implementation for the 'Generate balanced parentheses' problem.

Kolay
#069

Factorial using recursion

Recursion

Detailed guide and Python implementation for the 'Factorial using recursion' problem.

Orta
#070

Palindromic partitions

Recursion

Detailed guide and Python implementation for the 'Palindromic partitions' problem.

Kolay
#071

N bit binary numbers

Recursion

Detailed guide and Python implementation for the 'N bit binary numbers' problem.

Kolay
#072

Generate subsets

Recursion

Detailed guide and Python implementation for the 'Generate subsets' problem.

Kolay
#073

Remove adjacent duplicates recursively

Recursion

Detailed guide and Python implementation for the 'Remove adjacent duplicates recursively' problem.

Kolay
#074

Find Largest element in an array

Arrays

Detailed guide and Python implementation for the 'Find Largest element in an array' problem.

Kolay
#075

Find Smallest Element in an Array

Arrays

Detailed guide and Python implementation for the 'Find Smallest Element in an Array' problem.

Kolay
#076

Find the Smallest and largest element in an array

Arrays

Detailed guide and Python implementation for the 'Find the Smallest and largest element in an array' problem.

Kolay
#077

Find Second Smallest Element in an Array

Arrays

Detailed guide and Python implementation for the 'Find Second Smallest Element in an Array' problem.

Kolay
#078

Calculate the sum of elements in an array

Arrays

Detailed guide and Python implementation for the 'Calculate the sum of elements in an array' problem.

Kolay
#079

Reverse an Array

Arrays

Detailed guide and Python implementation for the 'Reverse an Array' problem.

Kolay
#080

Sort first half ascending and second half descending

Arrays

Detailed guide and Python implementation for the 'Sort first half ascending and second half descending' problem.

Kolay
#081

Sort the elements of an array

Arrays

Detailed guide and Python implementation for the 'Sort the elements of an array' problem.

Kolay
#082

Finding the frequency of elements in an array

Arrays

Detailed guide and Python implementation for the 'Finding the frequency of elements in an array' problem.

Kolay
#083

Sorting elements of an array by frequency

Arrays

Detailed guide and Python implementation for the 'Sorting elements of an array by frequency' problem.

Kolay
#084

Finding the Longest Palindrome in an Array

Arrays

Detailed guide and Python implementation for the 'Finding the Longest Palindrome in an Array' problem.

Kolay
#085

Counting Distinct Elements in an Array

Arrays

Detailed guide and Python implementation for the 'Counting Distinct Elements in an Array' problem.

Kolay
#086

Finding Repeating elements in an Array

Arrays

Detailed guide and Python implementation for the 'Finding Repeating elements in an Array' problem.

Kolay
#087

Finding Non Repeating elements in an Array

Arrays

Detailed guide and Python implementation for the 'Finding Non Repeating elements in an Array' problem.

Kolay
#088

Removing Duplicate elements from an array

Arrays

Detailed guide and Python implementation for the 'Removing Duplicate elements from an array' problem.

Kolay
#089

Finding Minimum scalar product of two vectors

Arrays

Detailed guide and Python implementation for the 'Finding Minimum scalar product of two vectors' problem.

Kolay
#090

Finding Maximum scalar product of two vectors

Arrays

Detailed guide and Python implementation for the 'Finding Maximum scalar product of two vectors' problem.

Sert
#091

Counting even and odd elements in an array

Arrays

Detailed guide and Python implementation for the 'Counting even and odd elements in an array' problem.

Kolay
#092

Find all Symmetric pairs in an array

Arrays

Detailed guide and Python implementation for the 'Find all Symmetric pairs in an array' problem.

Kolay
#093

Find maximum product sub-array

Arrays

Detailed guide and Python implementation for the 'Find maximum product sub-array' problem.

Sert
#094

Arrays are disjoint or not

Arrays

Detailed guide and Python implementation for the 'Arrays are disjoint or not' problem.

Kolay
#095

Array subset check

Arrays

Detailed guide and Python implementation for the 'Array subset check' problem.

Kolay
#096

Can all numbers of array be made equal

Arrays

Detailed guide and Python implementation for the 'Can all numbers of array be made equal' problem.

Kolay
#097

Minimum sum absolute difference

Arrays

Detailed guide and Python implementation for the 'Minimum sum absolute difference' problem.

Kolay
#098

Sort according to another array

Arrays

Detailed guide and Python implementation for the 'Sort according to another array' problem.

Kolay
#099

Replace each element by rank

Arrays

Detailed guide and Python implementation for the 'Replace each element by rank' problem.

Kolay
#100

Finding equilibrium index

Arrays

Detailed guide and Python implementation for the 'Finding equilibrium index' problem.

Kolay
#101

Array rotation

Arrays

Detailed guide and Python implementation for the 'Array rotation' problem.

Kolay
#102

Circular rotation by K positions

Arrays

Detailed guide and Python implementation for the 'Circular rotation by K positions' problem.

Kolay
#103

Balanced Parenthesis Problem

Arrays

Detailed guide and Python implementation for the 'Balanced Parenthesis Problem' problem.

Kolay