Home
DS & Algo. ▾
Data Structure
Algorithms
Coding Problems
Languages ▾
C
C++
C++ STL
Java
Python
Scala
Ruby
C#.Net
Golang
Android
Kotlin
SQL
Web. ▾
JavaScript
CSS
jQuery
PHP
Node.Js
AdonisJs
VueJS
Ajax
HTML
Django
Programs ▾
C
C++
Data Structure
Java
C#.Net
VB.Net
Python
PHP
Golang
Scala
Swift
Rust
Ruby
Kotlin
C Interview Programs
Aptitude ▾
C Aptitude
C++ Aptitude
Java Aptitude
C# Aptitude
PHP Aptitude
Linux Aptitude
DBMS Aptitude
Networking Aptitude
AI Aptitude
More...
Interview ▾
Golang
MIS Executive
DBMS
C
Embedded C
Java
SEO
HR
Find Output ▾
C
C++
C#.Net
Java
Go
PHP
More...
MCQs ▾
Web Technologie MCQs
CS Subjects MCQs
Databases MCQs
Programming MCQs
Testing Software MCQs
Digital Mktg Subjects MCQs
Cloud Computing S/W MCQs
Engineering Subjects MCQs
Commerce MCQs
More MCQs...
CS Subjects ▾
Machine Learning/AI
Operating System
Computer Network
Software Engineering
Discrete Mathematics
Digital Electronics
Data Mining
MIS
DBMS
Embedded Systems
Cryptography
CS Fundamental
More Tutorials...
More ▾
Tech Articles
Puzzles
Full Forms
Code Examples
Blogs
Guest Post
Programmer's Calculator
XML Sitemap Generator
Tools & Generators
About
Contact
Home
DS & Algo. ▾
Data Structure
Algorithms
Coding Problems
Languages ▾
C
C++
C++ STL
Java
Python
Scala
Ruby
C#.Net
Golang
Android
Kotlin
SQL
Web. ▾
JavaScript
CSS
jQuery
PHP
Node.Js
AdonisJs
VueJS
Ajax
HTML
Django
Programs ▾
C
C++
Data Structure
Java
C#.Net
VB.Net
Python
PHP
Golang
Scala
Swift
Rust
Ruby
Kotlin
C Interview Programs
Aptitude ▾
C Aptitude
C++ Aptitude
Java Aptitude
C# Aptitude
PHP Aptitude
Linux Aptitude
DBMS Aptitude
Networking Aptitude
AI Aptitude
More...
Interview ▾
Golang
MIS Executive
DBMS
C
Embedded C
Java
SEO
HR
Find Output ▾
C
C++
C#.Net
Java
Go
PHP
More...
MCQs ▾
Web Technologie MCQs
CS Subjects MCQs
Databases MCQs
Programming MCQs
Testing Software MCQs
Digital Mktg Subjects MCQs
Cloud Computing S/W MCQs
Engineering Subjects MCQs
Commerce MCQs
More MCQs...
CS Subjects ▾
Machine Learning/AI
Operating System
Computer Network
Software Engineering
Discrete Mathematics
Digital Electronics
Data Mining
MIS
DBMS
Embedded Systems
Cryptography
CS Fundamental
More Tutorials...
More ▾
Tech Articles
Puzzles
Full Forms
Code Examples
Blogs
Guest Post
Programmer's Calculator
XML Sitemap Generator
Tools & Generators
About
Contact
×
Team Members
Members - Home
Priyankar Majumdar
Devyani Nagare
Benisha Lama
Shahnail Khan
Venkatesan C
Vikneshwar GK
Vaishnavi Srivastava
Akash Periyasamy
Anushree Goswami
Monika Sharma
Radib Kar
Divyansh Jaipuriyar
Hritika Rajput
Pranit Sharma
Apurva Mathur
Pratishtha Saxena
Muskan Bhadana
Shivang Yadav
Shubh Pachori
Soumya Sinha
Abhinav Gangrade
Preeti Jain
Hrithik Chandra Prasad
Sapna Deraje Radhakrishna
Harshita Jain
Abhishek Goel
Kartiki Malik
Nidhi
Bhavya Sri Khandrika
Anshuman Das
Debasis Jana
Godwill Tetah
Monika Jha
Siddhant Verma
Bipin Kumar
Saurabh Gupta
Anjali Singh
Sahil Singh
Amit Shukla
Abhishek Jain
Bharti Parmar
Uma Dasgupta
Mansha Lamba
Vipin Bailwal
Himanshu Singh Bisht
Basantjeet Das
Bhanu Pratap Raghav
Saksham Bhayana
Souvik Saha
Piyas Mukherjee
Raja Sethupathi V
Kamakshi
Yash Khandelwal
Sanjeev
Ankit Rai
Bestha Radha Krishna
Karan Ghai
Kongnyu Carine
Bhawna Aggarwal
Aditi S.
Anuj Singh
Mahima Rao
Akash Kumar
Ayush Sharma
Samiksha Yadav
Raju Singh Bhati
Diksha Tewari
Indrajeet Das
Vivek Kothari
Ritik Aggarwal
Shivakshi Dhiman
Ankit Sood
Mahak Jain
Manu Jemini
Abhishek Pathak
Aleesha Ali
Raunak Goswami
Vandana Sharma
Shubham Singh Rajawat
Mayank Singh
Prerna Saxena
Jyoti Singh
Aman Gautam
Atul Anand
Shamikh Faraz
Prerana Jain
Chandra Shekhar
Ashish Varshney
Anusha Sharma
Abhishek Sharma
Anamika Gupta
Sneha Dujaniya
Sudarshan Paul
Abhishek Kataria
Suryaveer Singh
Deepak Dutt Mishra
Shivangi Jain
Hritik Raj
Himanshu Bhatt
Shruti Matta
Home
»
Members
Souvik Saha
Technical Content Writer
Name
Souvik Saha
Course
Bachelor of Engineering (B.E), Computer Science & Eng.
College
Jadavpur University
Technical skills
C, C++, Java, MATLAB, HTML
Contributions
C & C++
fclose() function in C language with Example
feof() function in C language with Example
ferror() function in C language with Example
fgetc() function in C language with Example
fflush() function in C language with Example
fgetpos() function in C language with Example
fopen() function in C language with Example
fprintf() function in C language with Example
fputc() function in C language with Example
fputs() function in C language with Example
fread() function in C language with Example
freopen() function in C language with Example
fseek() function in C language with Example
fsetpos() function in C language with Example
ftell() function in C language with Example
fwrite() function in C language with Example
getc() function in C language with Example
getchar() function in C language with Example
printf() function in C language with Example
putc() function in C language with Example
putchar() function in C language with Example
puts() function in C language with Example
remove() function in C language with Example
rename() function in C language with Example
rewind() function in C language with Example
Implement Stack using Linked List in C++
Delete the middle node of a Linked List in C++
Delete keys in a Linked list using C++ program
Reverse a Linked List in groups of given size using C++ program
Pair wise swap elements in a linked list using C++ program
Convert a given binary Tree to Doubly Linked List (DLL)
Modify contents of Linked List using C++ program
Delete N nodes after M nodes of a linked list using C++ program
Clone a linked list with next and random pointer using C++ program
Topological sort implementation using C++ program
Data Structure
Introduction to Graph in Data Structure
Representation of a Graph in Data Structure
Breath First Search (BFS) of a Graph
Depth First Search (DFS) of a Graph
Cycle Detection in an Undirected Graph
Cycle Detection in a Directed Graph
Prim's Minimum Spanning Tree
Count all the possible path between two vertices
Interview coding problems
Rotten Oranges
Word Break Problem
Alien Dictionary
Find the number of islands
Check a graph is Hamiltonian or not (Hamiltonian path)
Knight walk problem
Tug of War
Backtracking to find all subsets
Find out the sum-string
Power Set in Lexicographic order
Fill 8 numbers in a matrix
Partition a set into k subset with equal sum
Combinational sum problem
Combinational sum problem with repetition of digits
Match a pattern and String without using regular expressions
Warnsdorff's algorithm for Knight's tour problem
Length of the Longest Bitonic Subsequence
Print the Longest Bitonic Subsequence
Find out the longest palindromic subsequence from a string
Find out the length of the longest palindromic subsequence from a string
Count the number of palindromic subsequences in a given string
Find the largest palindromic substring using O(1) space complexity
Shortest Common Super Sequence
Printing Longest Common Subsequence
Find the maximum sum alternating subsequence
High-effort vs. Low-effort Task Problem
Largest Independent Set Problem
Count the number of elements which are greater than previous element
Longest alternating subsequence
Step count problem | Find the number of possible combinations to reach the final step
Print all the combinations of the parenthesis
Count the combinations of the parenthesis
Print the longest alternating subsequence
Print Maximum Length Chain of Pairs
Longest Increasing Odd Even Subsequence
Advertisement
Comments and Discussions!
Load comments ↻
Please enable JavaScript to view the
comments powered by Disqus.
Advertisement
Advertisement