Skip to content

Instantly share code, notes, and snippets.

View tejas-kr's full-sized avatar
🐢
Learning slowly but thoroughly now !

Tejas Kumar Jaiswal tejas-kr

🐢
Learning slowly but thoroughly now !
  • /home/tejas
View GitHub Profile
@tejas-kr
tejas-kr / CodingInterviewImportants.txt
Last active July 22, 2017 17:39
What are the most important data structure and algorithms to prepare for coding Interviews?
Stick to Basics. I would classify the following data structures as **must know**
Linked List - Single and Doubly
Stack
Queues
Binary Search Trees or general Binary Tree
Heaps
Basic Graph Traversal and Shortest Path
Hashing
@tejas-kr
tejas-kr / CodingInterviewImportants.txt
Created July 22, 2017 17:32
What are the most important data structure and algorithms to prepare for coding Interviews?
Stick to Basics. I would classify the following data structures as **must know**
Linked List - Single and Doubly
Stack
Queues
Binary Search Trees or general Binary Tree
Heaps
Basic Graph Traversal and Shortest Path
Hashing
@tejas-kr
tejas-kr / tejas.cpp
Created May 8, 2016 11:09
this is my college project I am sharing i want to add a log in feature in this... please help me out
#include<graphics.h>
#include<fstream.h>
#include<conio.h>
#include<process.h>
#include<stdio.h>
#include<string.h>
class student
{
char fname[15],mname[15]; //father name & mother name
int rollno,admin_no,dd,mm,yy; //roll number,Admission no, date,Month,Year