Quantcast
Channel: The Crazy Programmer
Browsing all 761 articles
Browse latest View live

Image may be NSFW.
Clik here to view.

Python Insertion Sort

Here you’ll learn about Python insertion sort algorithm. In terms of performance Insertion sort is not the best sorting algorithm. But it is little bit more efficient then the Selection sort and Bubble...

View Article


Difference between Declaration and Definition in C

Mostly beginner programmers are not aware of difference between declaration and definition in C. In this tutorial I will explain the both terms clearly. Declaration It tells compiler about the name and...

View Article


Image may be NSFW.
Clik here to view.

Difference between CSS and CSS3

Here you will learn about difference between CSS and CSS3. Cascading style sheets have entirely shaped the way we view the web; they define the means by which we create the design, layout, and display...

View Article

Image may be NSFW.
Clik here to view.

Best Python Machine Learning Libraries

In this article I am going to share some popular and best python machine learning libraries. I will advise you to go through Introduction to Machine Learning article (an introductory blogpost) to get...

View Article

Image may be NSFW.
Clik here to view.

5 Best Python Machine Learning IDEs

In this article we are going to discuss about best Python Machine Learning IDEs and will find out which one suits you according to your needs. Also we will be deciding what should be the system...

View Article


Image may be NSFW.
Clik here to view.

Fix iPhone Stuck on Apple Logo Issues

Approximately around 9.4% of world’s population uses Apple iPhones, and many of them have experienced the bug of iPhone getting stuck on Apple logo. This common phenomenon baffles each individual as an...

View Article

Image may be NSFW.
Clik here to view.

MailboxValidator – Bulk Email List Cleaning Service

Nowadays, the email bounce rates & costs can totally ruin the goodwill of a company and increase the conversion cost. One must install an email validator; in-order to perform email validation,...

View Article

Image may be NSFW.
Clik here to view.

Most Common Machine Learning Algorithms

Here you will learn about list of machine learning algorithms for beginners. Hello there everyone! Hope you all are doing well. Today we are among you once again with another article on Machine...

View Article


Image may be NSFW.
Clik here to view.

Python Bubble Sort

Here you will learn about Python bubble sort. In Bubble Sort, all we have to do is pick the first two elements of the array and compare them if first one is greater than the second one then swap them....

View Article


Image may be NSFW.
Clik here to view.

iMyFone D-Back iPhone Data Recovery

Our mobile phone is one of the most important device, it has almost all of our crucial data stored in it. Losing the data can be really dreadful. Have you lost your Iphone data due to any accident or...

View Article

C++ STL Unordered Multiset – std::unordered_multiset

In this tutorial you will learn about STL Unordered Multiset container in c++ and all functions applicable on it. As name says that, this is an unordered container. Set, unordered_set, multiset has...

View Article

Image may be NSFW.
Clik here to view.

Introduction to Deep Learning

Here you will get an introduction to deep learning. Deep learning is also known as hierarchical learning. It is used for interpretation of information processing and communication patterns in...

View Article

Image may be NSFW.
Clik here to view.

Introduction to Neural Networks

Here you will get an introduction to neural networks in the field of data science. Neural networks are similar to biological neural network. Biological neural network is collection of biological...

View Article


Image may be NSFW.
Clik here to view.

Python Quick Sort

Here you get python quick sort program and algorithm. Quick sort is based on divide and Conquer technique. We divide our array into sub-arrays and that sub-arrays divided into another sub-arrays and so...

View Article

C++ STL Algorithm Library

In this article you will learn about stl algorithm library in c++. Are you a competitive programmer or very passionate programmer then you must know about STL algorithm library. It contains very rich...

View Article


Image may be NSFW.
Clik here to view.

Introduction to TensorFlow

Here you will get TensorFlow introduction. TensorFlow is a framework which is used for machine learning and deep learning applications like neural network. It is used for data flow programming as an...

View Article

How to Convert String to int in C and C++

There are different ways to convert string to int in C and C++. Like using inbuilt function or writing custom code. Lets take a look on each of them one by one. The programs below are written in C but...

View Article


Image may be NSFW.
Clik here to view.

Python Merge Sort

Here you will learn about python merge sort algorithm. Merge sort is based on divide and conquer technique. All we have to do is divide our array into 2 parts or sub-arrays and those sub-arrays will be...

View Article

C++ STL Unordered Multimap – std::unordered_multimap

In this tutorial we will learn about stl unordered multimap container in C++. Unordered multimap is an associative container. Same as unordered map it stores key and value pair. But unordered map...

View Article

5 Ways to Reverse String in Python

Hello everyone, in this tutorial we’ll see different ways to reverse string in Python. As we know, we can reverse a list using reverse() method but Python doesn’t have the reverse() method for string....

View Article
Browsing all 761 articles
Browse latest View live