Queue Operation in Data-Structure(Enqueue and Dequeue) Machine Learning ৫:০৯ AM Add Comment Edit Queue: Like stack ,queue is an ordered collection of homogeneous data elements in contrast with the stack,here insertion and deletion op...
Stack Operation (push, pop & status) Machine Learning ৯:০৪ AM Add Comment Edit //Stack operation(If u choice :1 that time operation will be popped,if u choice :2 that time operation will be pushed ,if ...
Stack pop program in data-structure (Delete data) Machine Learning ৮:৫৯ AM Add Comment Edit Sample Input: The new item to be popped into the array. array data: 1,2,3,4,5,6 ...
Stack push program in data-structure (Insert data) Machine Learning ৮:৫৪ AM Add Comment Edit Sample Input: The new item to be pushed into the array. array data: 1,2,3,4,5 ...
Matrix Multiplication Machine Learning ৭:৫৯ AM Add Comment Edit Sample Input: First matrix: 1 1 1 1 Second matrix: ...