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 Tag

sorting algorithms

27 posts

A Programmer’s approach of looking at Array vs. Linked List

  • Venkatesan Prabu
  • December 26, 2017
A Programmer’s approach of looking at Array vs. Linked List – Linked List – In general, array is considered a data structure for which size
View Post
adding-data-to-doubly-linked-list
  • c programming
  • Coding
  • Linked List
  • Merge Sort
  • Searching and Sorting
  • 79 views
  • 1 minute read
  • No comments

Merge Sort for Doubly Linked List

  • Venkatesan Prabu
  • October 15, 2017
C 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-Merge Sort for Doubly Linked List

  • Venkatesan Prabu
  • October 15, 2017
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

Why Quick Sort preferred for Arrays and Merge Sort for Linked Lists?

  • Venkatesan Prabu
  • October 15, 2017
  • 4 shares
    4
    0
    0
Why Quick Sort preferred for Arrays and Merge Sort for Linked Lists? – Searching and Sorting – Quick Sort in its general form is an in-place sort. whereas merge sort requires O(N) extra storage, N denoting the array size which may be quite expensive.
View Post
Insertion Sort for Singly Linked List
  • Algorithm
  • Insertion Sort
  • Linked List
  • Searching and Sorting
  • 163 views
  • 1 minute read
  • No comments

Insertion Sort for Singly Linked List

  • Venkatesan Prabu
  • October 15, 2017
  • 1 share
    1
    0
    0
Insertion Sort for Singly Linked List – Searching and sorting – We have discussed Insertion Sort for arrays.In this article linked list is also discussed.
View Post
  • Algorithm
  • Insertion Sort
  • Searching and Sorting
  • 204 views
  • 1 minute read
  • No comments

Binary Insertion Sort

  • Venkatesan Prabu
  • October 15, 2017
  • 1 share
    1
    0
    0
Binary Insertion Sort – Searching and Sorting – We can use binary search to reduce the number of comparisons in normal insertion sort. Binary Insertion Sort find use binary search to find the proper location to insert the selected item at each iteration.
View Post

JAVA programming – Given a sorted array and a number x, find the pair in array whose sum is closest to x

  • Venkatesan Prabu
  • October 15, 2017
JAVA programming – Given a sorted array and a number x, find the pair in array whose sum is closest to x – Searching and sorting – Given a sorted array and a number x, find a pair in array whose sum is closest to x.
View Post

C++ programming – Given a sorted array and a number x, find the pair in array whose sum is closest to x

  • Venkatesan Prabu
  • October 15, 2017
C++ programming – Given a sorted array and a number x, find the pair in array whose sum is closest to x – Searching and sorting – Given a sorted array and a number x, find a pair in array whose sum is closest to x.
View Post

C programming – Given a sorted array and a number x, find the pair in array whose sum is closest to x

  • Venkatesan Prabu
  • October 15, 2017
  • 10 shares
    10
    0
    0
C programming – Given a sorted array and a number x, find the pair in array whose sum is closest to x – Searching and sorting.- Given a sorted array. find a pair in array whose sum is closest to x.
View Post

Search in an almost sorted array

  • Venkatesan Prabu
  • October 15, 2017
Search in an almost sorted array – Searching and Sorting – A simple solution is linearly search given key in given array.Time complexity of solution is O(n).We cab modify binary search to do it in O(Logn) time.
View Post

Posts navigation

1 2 3 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.