89 тысяч подписчиков
181 видео
Creating static web page in Eclispe (Server: Tomcat)
Multi-objective Optimization with NSGA (solved Example)
A talk on "Introduction to LaTeX" in a Faculty Development Program
How to write in MS word using pen tablet
[Solved] OBS Capture Window Black Issue
How to use and Access Google Drive
Floyd–Warshall algorithm for finding all-pair shortest path
Solving 0-1 Knapsack using DP
Longest Common Sub-sequence problem using DP
Job sequencing with Deadlines using Greedy method (Examples)
Job Sequencing using B&B method
Introduction to Branch and Bound Method
Wordpress Cloudflare Flexible SSL HTTPS Setup
User Defined Data Types in C++ : Structures, Classes, Union, Enumeration
How to create C projects in Code Blocks
Installing MinGW Compiler for CodeBlocks
Complete solved example of a Multi-objective Problem using NSGA-II (part-1)
Derived Data Types in C++ : Pointers, Array, Functions and References
Binary Tree, Complete Binary Tree and Fully Complete Binary Tree
Debugging C program in Code Blocks IDE
Association analysis: Frequent Patterns, Support, Confidence and Association Rules
Multi-objective optimization - Introduction
B-Tree Deletion Example
Binary Heaps - Min Heap and Max Heaps
Matrix chain multiplication Problem using Dynamic Programming - Part-2
Wireless Sensor Networks Lab: Program 5- RSSI (Received Signal Strength Indicator) Demostration
C program to implement Chaining collision resolution method of Hashing
Screen Capture and using webcam at the same time (OBS Recorder)
Matrix chain multiplication Problem using Dynamic Programming - Part-1
Analysis of Algorithm to find Maximum and Minimum element from an Array-Part -1
Max-Heapify and Build_Max_Heap Procedure
Fibonacci Heap - Insert, Extract Min and Union Operations
Depth-first Search and Depth-first Traversal
Binomial heap : Part-1 (Properties, Representation and Operations)
Fibonacci Heap - Decrease Key and Delete Operations
Analysis of Algorithm to find Maximum and Minimum element from an Array - Part 2
AVL Tree Construction example
Build and run applet using appletviewer and web browser- Part 1
Practice Set -1 Loops
Normal Forms ( 1NF, 2NF, 3NF, BCNF)
Lecture 7: Process Synchronization Part-III (testandset_swap_into to semaphore)
Quick Sort Algorithm with Example - Part 1
Operators in C++ : comma operator, new and delete, scope resolution operator