How can we help you today?
Answering your questions and providing support when you need it.
Welcome to CodeShare
For Viewing the solutions and Comment/Discuss , a user must Register on CodeShare.
<% Config c = new Config(); Connection con = c.getcon(); Statement st = con.createStatement(); int i=0; String[] str = {"dynammic","divide","greedy","backtracking","maxflow","graph","tree","searching","sorting","recursion","number","analysis","advanced","other"}; String[] cat = {"DYNAMMICPROGRAMMING","DIVIDECONQUER","GREEDY","BACKTRACKING","MAXFLOW","GRAPH","TREE","SEARCHING","SORTING","RECURSION","NUMBERTHEORY","ANALYSISOFALGO","ADVANCEDDS","OTHER"}; %> <% for(int x=0;x<=13;x++) { out.println("
S No. | Tutorial Code | Tutorial Name | Category |
---|---|---|---|
<%=i%> | <%=rs.getString("tutorialcode")%> | " > <%=rs.getString("tutorialname")%> | <%=rs.getString("category")%> |