SimpleTechTalks
@TalksSimple
Hello Everyone !!!!! Our aim is to explain various computer science technologies and concepts in very simple manner which can be easily grasped by everyone.
You might like
Python string operations: Indexing and Slicing simpletechtalks.com/python-string-…
simpletechtalks.com
Python string operations: Indexing and Slicing - SimpleTechTalks
Python strings are an ordered sequence of characters which support Indexing, Slicing etc operations to process/manipulate the data.
Difference between TCP and UDP simpletechtalks.com/difference-bet…
simpletechtalks.com
Difference between TCP and UDP - SimpleTechTalks
TCP is reliable, connection-oriented protocol, comparatively slower whereas UDP is non-reliable, connection-less and fast protocol.
std::bitset explained with simple example simpletechtalks.com/stdbitset-expl…
simpletechtalks.com
std::bitset explained with simple example - SimpleTechTalks
std::bitset is a STL class which is used to define a fixed length sequence of bits. A value of zero indicates bit is unset whereas 1 indicates bit is set.
Difference between Copy constructors and Assignment operator simpletechtalks.com/difference-bet…
Difference between Constructors and Destructors simpletechtalks.com/difference-bet…
simpletechtalks.com
Difference between Constructors and Destructors - SimpleTechTalks
Constructors are member function of a class which invokes while allocating the object whereas destructors helps in deleting the object.
Program to find Largest Number with Given Digits and Sum simpletechtalks.com/program-to-fin…
Program to Find Subarray With Largest Sum simpletechtalks.com/program-to-fin…
simpletechtalks.com
Program to Find Subarray With Largest Sum - SimpleTechTalks
Write a program to find the subarray having largest sum. Example: int arr[] = {3,-1,-4,4,-1,2,1,-5,4}, Largest subarray sum - {4,-1,2,1} = 6
Binary Search Tree data structures explained simpletechtalks.com/binary-search-…
simpletechtalks.com
Binary Search Tree data structures explained - SimpleTechTalks
A Binary Search Tree is a Binary tree where left subtree has value lesser than node whereas right subtree has higher value than node.
Binary Tree data structures explained simpletechtalks.com/binary-tree-da…
simpletechtalks.com
Binary Tree data structures explained - SimpleTechTalks
Tree data structures have each node points to multiple nodes. A tree is called Binary tree if each node in a tree has maximum of two nodes.
Queue data structures explained simpletechtalks.com/queue-data-str…
simpletechtalks.com
Queue data structures explained - SimpleTechTalks
Queue data structures stores data in the arriving order. In Queue, insertion and deletion both happened from different end in FIFO manner.
Hash Table data structures explained simpletechtalks.com/hash-table-dat…
simpletechtalks.com
Hash Table data structures explained - SimpleTechTalks
Hash table data structures are used in Hashing which stores the key value pairs. Hash functions are used to insert values in the hash table.
United States Trends
- 1. Araujo 111K posts
- 2. Chelsea 421K posts
- 3. Estevao 92.8K posts
- 4. Ferran 54.6K posts
- 5. Barcelona 313K posts
- 6. Rashford 20.8K posts
- 7. Yamal 83.2K posts
- 8. #CHEBAR 10.6K posts
- 9. Cucurella 37.2K posts
- 10. Godzilla 22.9K posts
- 11. Kounde 26.5K posts
- 12. Enzo 44K posts
- 13. Rush Hour 4 16.2K posts
- 14. #AskTems 4,074 posts
- 15. Flick 27.3K posts
- 16. Sonny Gray 8,601 posts
- 17. Happy Thanksgiving 23.3K posts
- 18. Neto 30.4K posts
- 19. Balde 8,849 posts
- 20. Raising Arizona 1,332 posts
You might like
Something went wrong.
Something went wrong.