Wikitechy
  • TUTORIALS
  • TECHNOLOGY
    • ARTICLES
  • FULL FORMS
  • ERRORS & FIXES
  • INTERVIEW
  • PROJECTS
  • VIDEOS
    • QUANTITATIVE APTITUDE
    • NON VERBAL
    • GROUP DISCUSSION
    • COUNTRY WISE INTERVIEW QUESTIONS
    • ENGINEERING
  • CAREERS
    • HR INTERVIEW QUESTIONS & ANSWERS
    • GD INTERVIEW
    • RESUME SAMPLES
    • LETTERS
    • ENGINEERING
    • APTITUDE
    • REASONING
    • COMPANY QUESTIONS
    • COUNTRY WISE VISA
    • VISA DRESS CODE
  • BUSINESS
    • TOP WEB HOSTING
    • TOP CAR ACCIDENT LAWYERS
    • TOP CAR INSURANCE
    • TOP SOFTWARE TOOLS
    • TOP 10
    • LUNG CANCER
Wikitechy

Wikitechy are a great place to talk about technology, science, and culture.

  • TUTORIALS
  • TECHNOLOGY
    • ARTICLES
  • FULL FORMS
  • ERRORS & FIXES
  • INTERVIEW
  • PROJECTS
  • VIDEOS
    • QUANTITATIVE APTITUDE
    • NON VERBAL
    • GROUP DISCUSSION
    • COUNTRY WISE INTERVIEW QUESTIONS
    • ENGINEERING
  • CAREERS
    • HR INTERVIEW QUESTIONS & ANSWERS
    • GD INTERVIEW
    • RESUME SAMPLES
    • LETTERS
    • ENGINEERING
    • APTITUDE
    • REASONING
    • COMPANY QUESTIONS
    • COUNTRY WISE VISA
    • VISA DRESS CODE
  • BUSINESS
    • TOP WEB HOSTING
    • TOP CAR ACCIDENT LAWYERS
    • TOP CAR INSURANCE
    • TOP SOFTWARE TOOLS
    • TOP 10
    • LUNG CANCER

Browsing Category

Python Programming

12 posts
Using Python to Build Video Games
  • Game
  • Python Programming
  • 9 views
  • 3 minute read
  • No comments

Using Python to Build Video Games

  • Venkatesan Prabu
  • April 28, 2022
Python’s object-oriented approach helps programmers write better code We all remember our first code games on Scratch. With simple conditionals, the novice coder could create an engaging, albeit clunky, conversation…
View Post
binary search tree
  • Coding
  • Python Programming
  • 2 views
  • 1 minute read
  • No comments

Find the node with minimum value in a Binary Search Tree

  • Venkatesan Prabu
  • January 2, 2018
  • 4 shares
    4
    0
    0
Python Program – Find the node with minimum value in a Binary Search Tree – Just traverse the node from root to left recursively until left is NULL.
View Post

PYTHON Programming for Write a program to print all permutations of a given string

  • Venkatesan Prabu
  • October 15, 2017
  • 1 share
    1
    0
    0
PYTHON Programming for Write a program to print all permutations – Mathematical Algorithms – A permutation, also called an “arrangement number” or “order”
View Post

PYTHON Programming-Write a program to print all permutations of a given string

  • Venkatesan Prabu
  • October 15, 2017
  • 1 share
    1
    0
    0
PYTHON Programming-Write a program to print all permutations of a given string – Searching and Sorting – A permutation, also called an “arrangement number”. or “order,” is a rearrangement of the elements of an ordered list S into a one-to-one correspondence with S itself.
View Post

PYTHON Programming-Merge Sort for Doubly Linked List

  • Venkatesan Prabu
  • October 15, 2017
  • 5 shares
    5
    0
    0
PYTHON Programming-Merge Sort for Doubly Linked List – Searching and Sorting – Merge sort for singly linked list is already discussed. The important change here is to modify the previous pointers also when merging two lists.
View Post

PYTHON programming for Searching for Patterns Set 2 KMP Algorithm

  • Venkatesan Prabu
  • October 15, 2017
Python programming for Searching for Patterns Set 2 KMP Algorithm – Searching and sorting -Given a text txt[0..n-1] and a pattern pat[0..m-1].
View Post

PYHTON Programming-Searching for Patterns Set 1 Naive Pattern Searching

  • Venkatesan Prabu
  • October 15, 2017
  • 1 share
    1
    0
    0
PYHTON Programming-Searching for Patterns Set 1 Naive Pattern Searching – Searching and Sorting – Given a text txt[0..n-1] and a pattern pat[0..m-1], write a function search(char pat[], char txt[]) that prints all occurrences of pat[] in txt[].
View Post

Python Program Count 1’s in a sorted binary array

  • Venkatesan Prabu
  • October 15, 2017
PYTHON Program Count 1’s in a sorted binary array – Searching and Sorting – A simple solution is to linearly traverse the array. The time complexity of the simple solution is O(n). We can use Binary Search to find count in O(Logn) time.
View Post

Python Programming – Longest Common Subsequence

  • Venkatesan Prabu
  • October 15, 2017
Python Programming – Longest Common Subsequence – Dynamic Programming – LCS problem has optimal substructure property as main problem can be solved.
View Post

PYTHON Programming-Find common elements in three sorted arrays

  • Venkatesan Prabu
  • October 15, 2017
PYTHON Programming-Find common elements in three sorted arrays – Searching and sorting – A simple solution is to first find intersection of two arrays and store the intersection in a temporary array, then find the intersection of third array and temporary array.
View Post

Posts navigation

1 2 Next

  • INTERVIEW TIPS
  • Final Year Projects
  • GD Interview
  • Resume Samples
  • Engineering
  • Aptitude
  • Reasoning
  • Company Questions
  • Country wise visa
  • Interview Dress Code
  • CAREER GUIDANCE
  • Entrance Exam
  • Colleges
  • Admission Alerts
  • ScholarShip
  • Bitcoin Mixer
  • Education Loans
  • Letters
  • Learn Languages

World's No 1 Animated self learning Website with Informative tutorials explaining the code and the choices behind it all.

WIKITECHY
  • About Us
  • Terms Of Use
  • Privacy Policy
  • Contact Us
WORKSHOP
  • Bug Bounty
  • Webinar
JOIN OUR COMMUNITY
  • Advertise
OTHER LANGUAGES
  • English
  • Chinese
  • Deutsch
  • Russian
Wikitechy
Designed & Developed by Code Supply Co.