Infosys - ZOHO - TCS Coding | Palindrome Number in O(N) | Daily Dose -28 | Tamil | code io

แชร์
ฝัง
  • เผยแพร่เมื่อ 18 ม.ค. 2025

ความคิดเห็น • 11

  • @harishrajaselvan
    @harishrajaselvan ปีที่แล้ว

    def palindrome(n):
    length=len(n)
    for i in range(length//2):
    if n[i]!=n[len(n)-i-1]:
    return False
    return True

    n=input("Enter number or string to check palindrome: ")
    result=palindrome(n)
    if result:
    print("Palindrome")
    else:
    print("Not Palindrome")

  • @nithishkumark1644
    @nithishkumark1644 3 ปีที่แล้ว +1

    Nice question da and animation super ✨✨🥳🥳

    • @codeio
      @codeio  3 ปีที่แล้ว

      Thanks na🥳🥳🥳😅

  • @anandhar9329
    @anandhar9329 3 ปีที่แล้ว

    Super question 💫💫

    • @codeio
      @codeio  3 ปีที่แล้ว

      😊😊😊

  • @dasaradhsk7004
    @dasaradhsk7004 3 ปีที่แล้ว

    Is time complexity O(1)? Shouldn't it be O(N) where N is number of digits?

    • @codeio
      @codeio  3 ปีที่แล้ว +1

      Aama bro 😅😅 ... Its corrected...

  • @nithishkumark1644
    @nithishkumark1644 3 ปีที่แล้ว

    String aa convert panni check pannalam 😅😅

    • @codeio
      @codeio  3 ปีที่แล้ว

      Yes absolutely right👏👏👏👍

  • @vishwayajith1758
    @vishwayajith1758 3 ปีที่แล้ว

    2 approach panalam 1. String Builder use panalam
    2. Linear search start and end variable vachu try panalam
    1st iku O(1) varum
    2nd iku O(N/2) so O(N) varum

    • @codeio
      @codeio  3 ปีที่แล้ว +1

      Awesome bro👏👏👏👍