User: Ritik

  • Public profile

User profile: Ritik

User info
User name:Ritik
Name:Ritik Dutta
Statistical data
Birthdate:Mar 17, 1999
Gender:Male
Occupation:Student
Skills:C++
History
Joined:
Number of posts:8
Latest posts:

How to print out elements of vector of type pair?
Okay! No reason in particular as to why I was dynamically allocating memory. I will change that part...

How to print out elements of vector of type pair?
here is a piece of my code: [code] while(T--) { std::vector<std::pair<int, int> > *d...

Books on software building in C++
Are there any books that explain the building of a software? I don't mean a book that teaches the ba...

Program to print Longest Common Subsequence
I found this implementation on a website for printing the longest common subsequence. But it gives w...

Implementation of Longest Common Subsequence problem
Got it! Thanks!

This user does not accept Private Messages