Mohd Shibli

Mohd Shibli's Psycho-codes - Your Daily Programming Guide

At psychocodes you can learn programming from scratch by
learning the basic concepts of programming

  • Rated2.8/ 5
  • Updated 7 Years Ago

Recent blog posts from Psycho-codes - Your Daily Programming Guide


Preorder and Postorder Traversal of binary tree in Python | PsychoCodes
Preorder and Postorder Traversal of binary tree in Python | PsychoCodes
In this tutorial, we will learn how to implement Tree Traversal techniques such as Inorder, Postorder and Preorder Traversal for a Binary tree in python....
7 Years Ago
BlogAdda
Binary Tree in Python | PsychoCodes
Binary Tree in Python | PsychoCodes
In this tutorial, you will learn how to implement Binary tree using python programming language....
7 Years Ago
BlogAdda
Image Sharpening by High Pass Filter using Python and OpenCV | PsychoCodes
Image Sharpening by High Pass Filter using Python and OpenCV | PsychoCodes
In this tutorial, we will learn how to apply High Pass Filter to an image using Python and OpenCV....
7 Years Ago
BlogAdda
Explaining Register variables in C with examples | PsychoCodes
Explaining Register variables in C with examples | PsychoCodes
In c programming, the keyword register is used to ask the compiler to store the data inside the variable into a register but it's totally up to the compiler whether to store that data into a register ...
7 Years Ago
BlogAdda
C program to generate all combinations of N-Bit Binary String | PsychoCodes
C program to generate all combinations of N-Bit Binary String | PsychoCodes
In this tutorial, we will learn how to write a c program to print all the combinations of an n-bit binary string using a Recursive approach....
7 Years Ago
BlogAdda
Data Autosave System using PHP, MySQL and AJAX | PsychoCodes
Data Autosave System using PHP, MySQL and AJAX | PsychoCodes
In this tutorial, we will build a system using PHP, MySQL and AJAX which will automatically save your data/post at a regular interval of time by sending Asynchronous requests to the server....
7 Years Ago
BlogAdda
...