• Algorithm
    become expert in programing algorithm
  • DS
  • Graph
  • C
    C programs and interview question
  • C++
    CPP programming
  • Dynamic programming
    dynamic programing
  • Embedded system
    embedded system C/C++
  • GTK
    Linux GUI Programming
  • Linux bash shell
    Linux bash shell scripting
  • Magento
    solution for query
  • QT
    object oriented GUI programming
  • OpenCV
    computer vision programming
  • Python
    Scripting Langauge
  • Webkit
    open source Browser engine
  • How To
  • Projects
  • MCQ Test Portal
  • Research
  • Design pattern with C++
    Design pattern with C++
  • Linux system programming
    Linux system programing
  • interview Question
  • Careers Guide
  • Android
  • ARM
    Learn assembly language programming
  • IoT
    Internet of things
  • PHP
    Web Programming
  • Java
    Learn Java Programming with interview questions
  • HTML5
    HTML5 moder Web Programming
  • Courses

Select Tutorials: Select Test/coding:

wikistack

wikistack

Free online courses and programming blogs

Register  |  Login
  • Home
  • Questions
  • Ask Q
  • competitive programming
  • Privacy & terms
  • Contact
  • Write For Us
C

how to write c program for avl tree data structure

wikistack       November 30, 2017 how to write c program for avl tree data structure2019-08-06T05:04:03+00:00     C     No Comment
In this tutorial blog we will see how to write c program for avl tree data structure. what is avl tree? avl tree is self balancing binary search tree...
Continue Reading »
DS

C program to find maximum sum from root to leaf in a binary tree

wikistack       June 17, 2017 C program to find maximum sum from root to leaf in a binary tree2017-06-17T09:07:35+00:00     DS     No Comment
Given a binary tree write a c program to find maximum sum from root to leaf in a binary tree. For example if given binary tree is as below...
Continue Reading »

How to find memory leak using valgrind memory debugging tool

wikistack       June 2, 2017 How to find memory leak using valgrind memory debugging tool2017-06-02T04:30:46+00:00     C     No Comment
In this blog we are going to discuss “How to find memory leak using valgrind memory debugging tool”. In previous blog http://wikistack.com/how-to-write-c-program-for-trie-data-structure/  we have implemented trie data structure with...
Continue Reading »
Advance Data Structure

how to write c program for trie data structure

wikistack       May 31, 2017 how to write c program for trie data structure2017-06-02T03:43:52+00:00     Advance Data Structure     No Comment
In this blog we will learn how to write c program for trie data structure. Trie is one useful data structure which is used in memory constraint system. we...
Continue Reading »
Advance Data Structure

C program to calculate maximum depth or height of a binary tree

wikistack       July 14, 2015 C program to calculate maximum depth or height of a binary tree2016-04-16T09:01:56+00:00     Advance Data Structure     No Comment
The maximum depth or height of a binary is the number of nodes from root node to its farthest or deepest leaf node. For example the below binary tree...
Continue Reading »
Advance Data Structure

implement stack using array in c

wikistack       June 4, 2015 implement stack using array in c2016-12-03T03:56:28+00:00     Advance Data Structure     No Comment
implement stack using array in c. A stack is a data structure where the addition of new items and the removal of existing items always takes place at the...
Continue Reading »
C

Binary search tree

wikistack       January 20, 2015 Binary search tree2018-05-25T16:21:07+00:00     C     No Comment
A binary search tree where the left child contains only nodes with values less than the parent node, and where the right child only contains nodes with values greater...
Continue Reading »
DS

Introduction to singly link list

vinay pathak       December 11, 2014 Introduction to singly link list2014-12-13T05:01:46+00:00     DS     No Comment
Introduction to singly Link List: There are various linked list data structure in computer science which are used to store data. the data is grouped with the address of...
Continue Reading »
DS

introduction to tree data structure

vinay pathak       December 9, 2014 introduction to tree data structure2016-02-27T06:22:24+00:00     DS     No Comment
What is tree data structure. In computer science tree data structure is a data storage mechanism in which each node points to different nodes in tree like structure. “Trees...
Continue Reading »
Advance Data Structure

Trie Data Structure Introduction implementation and application

jaybhaskar       May 30, 2014 Trie Data Structure Introduction implementation and application2017-05-31T14:59:39+00:00     Advance Data Structure     No Comment
In this blog post we are going to learn trie Data Structure Introduction implementation and application. What is it? We are assuming that readers of this article is familiar...
Continue Reading »
Copyright © 2019. wikistack
SiteMap
We use cookies to ensure that we give you the best experience on our website. If you continue to use this site we will assume that you are happy with it.OkPrivacy policy