The Minimum edit distance between two strings is the minimum number of editing operations required to transform string into other string. M...
Total Pageviews
For knowledge seekers ONLY...
About Me
- Jignesh Patel
- Hi Friends, my name is Jignesh Patel from Ahmedabad. I parsuing my B-Tech in stream of computer science and engineering from U.V.Patel College of Engineering, Ganapat University My strengths are hardworker, self motivating and dedicated towards my work. And also I'm a good learner.
Contact Form
Kite cutting problem using Dynamic programming program
Cloth cutting or kite cutting problem is well known problem of DP (Dynamic programming) used in real life. Here we have sheet of 9x10 and...
MultiLevel and Distributed Cache
Multi Level Cache and Distributed cache are widely used today for multiprocessor and cluster applications. Download PPT Thank You Fo...
Advanced Cache Concepts: Snoopy and Directory Cache coherence protocol
Since all the processors share the same address space, it is possible for more than one processor to cache an address at the same time.(...
Create bootable Pen drive using command prompt in windows
Create bootable Pen drive using command prompt in windows Creating bootable pendrive in windows is very easy task, we can do it without i...
C Program to read array from file in C
Read integer array from File in C this require 2 files: 1) f.txt : which our array is stored Data: 1 2 3 4 5 6 7 7 8 9 1 2 3 4 5 6 ...
Difference between “Content-Provider” and “SQLite Database”
Storing your data in a database is one good way to persist your data , but there's a caveat in Android-databases created in Android ar...
Free GATE Materials
KANODIA MATERIAL for gate aspirants are very useful to get an over all idea of pattern of question they might ask . The kanodia notes give...
GATE Material for CS
I am sharing very important GATE exam material for my CS students. Please go through all materials and books Books: DBMS Books: D...
Check My Google page Rank
Check my page Rank Page rank is most important for bussiness to list your website on first page of google. Check Page Rank of ...
Create table with border in android
Create table with border in android Table Layout: According to the Android developer guide, border lines are not displayed for tab...
ListView in android
Insert ListView in Android App ListView is a view group that displays a list of scrollable items. The list items are automatically inse...
Popular Posts
-
Hi Friends, Few days ago I had joined R programming course on coursera. At there, we need to submit assignments before deadline. While sub...