I am using OnlineJudge.org website for years now but I used to submit my solutions in C++ and ANSI C. Recently I started submitting code in Python and there was
 
	        N Queens Problem – Iterative to recursive derivationN Queens Problem – Iterative to recursive derivation
There is a problem named N Queens which is famous in computer science courses and some programming challenges. Most of the websites who claim to explain the solution are either
 
	        Generate Combination SequenceGenerate Combination Sequence
Recently during a “Hiring Hackathon” of a company I went through a problem which required, to get all the combination of an array element. That is if the array length
 
	        My meaning of Yog (योग) not Yoga(योगा)My meaning of Yog (योग) not Yoga(योगा)
I wanted to follow yoga or exercising for many days and hence was having a lot of questions in mind. Surely due to procrastination, I couldn’t start practicing it. Today
 
	        HTML5 document structureHTML5 document structure
HTML5 document structure is mostly same as HTML 4 document structure, and it expands the structure a little. Following are some tags which extends the existing HTML 4 structure. <header>
 
	        HTML5 Markups Removed or Meaning ChangeHTML5 Markups Removed or Meaning Change
The HTML5 specification has removed many of the tags and attributes. Although these element and attributes are removed from specification the browsers will continue to support some of them in
 
	        Hello HTML5Hello HTML5
Designed to standardize HTML, XHTML specifications tried to make HTML more strict and made some rigid standards like every tag in HTML should have a closing tag which added different
 
	        Introduction to HTMLIntroduction to HTML
What is HTML? The full form of HTML is Hypertext Markup Language. First of all we should understand what is a markup? Markup refers to the data included in an
 
	        Static Chat/Chatbot Window DesignStatic Chat/Chatbot Window Design
In the age of Artificial Intelligence and Machine Learning, chat bots are becoming the major part of many businesses. Chat bots are little different than the menu based systems like
 
	        Custom Function for Better Logging in PowerShell ScriptsCustom Function for Better Logging in PowerShell Scripts
Logging in programming is a very basic skill which give a developer an edge in different environments and helping user debug the program without using debug utilities. In PowerShell, there
