This website uses cookies to ensure you get the best experience on our website.
Learn more
Got it!
SOHEL KHAN
SOHEL KHAN
Blog
Docs
Home
Posts
Posts
Python for Beginner
Basic Concept Python is popular programming language. It has many features. It is obeject oriented language. It is General purpose Language like C, C++, Java. It is a shell or script language.
SOHEL KHAN
Last updated on Oct 11, 2022
How to become a Google Ads Expert
Google Ads is the best way businesses advertise to their online customers. If you want to become a google Ads expert, you need to learn a lot of things. Why Google?
Last updated on Oct 11, 2022
Slides
What is Data Structure?
Data Structure is logical or mathematical organization of data. It describes how to store the data and access data from memory. Actually in our programming data stores in main memory (RAM) and to develop efficient software or firmware we need to care abour memory.
Last updated on Oct 11, 2022
What is Graph theory ?
A graph G = (V,E) consists of a nonempty set V of Vertices or Nodes and a set of E of Edges. Each Edge has either one or two vertices associated with it, called its endpoints.
Last updated on Oct 8, 2022
1 min read
Java Learning
What is Java? Java is one of the most popular languages in programming world. James Gosling developed Java in 1995. It’s previous names are Greentalk, Oak etc. Object oriented language Class-based language Concurrent language Secured language General purpose language High level language Robust language Dynamic language Software platform Application Computer Applications Web Applications Enterprise Applications Mobile Applicationa Games Robotics Smart Card Embedded System Java Platforms Java standard Edition Java Enterprise Edition Java Micro Edition JavaFX Java Virtual Machine (JVM) JVM provides a runtime environment in which Java bytecode can be excuted.
Last updated on Oct 11, 2022
Hugo Add Table Of Contents
Method-1 You should follow method 1 if you want a beautiful toc for your page.I’ve tried to write here shortly and clearly. follow this instruction step by step and I think It will work.
Last updated on Oct 11, 2022
Array
we can know about different kinds of arrays.
Sohel Khan
Last updated on Oct 11, 2022
Competitive programming
why it need for programmer?
Last updated on Oct 11, 2022
Computer Architecture
Basic concept of CA
Last updated on Oct 11, 2022
Linked-lists Basic
What is Linked lists? Linked list is a very uses linear data stucture which consists of group of nodes in a sequence. Each node holds its own data and the address of the next node hence forming a chain like structure.
Last updated on Oct 11, 2022
»
Cite
×