Skip to content

Commit 7570a65

Browse files
committed
Updated interview and readme
1 parent 8dc1d01 commit 7570a65

File tree

2 files changed

+29
-3
lines changed

2 files changed

+29
-3
lines changed

README.md

+19-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,17 @@
1-
# DATA STRUCTURES AND ALGORITHMS
2-
31
![](images/dsa.png)
42

3+
![image](https://img.shields.io/badge/code%20style-black-000000.svg)
4+
[![GitHub license](https://img.shields.io/github/license/ramanaditya/data-structure-and-algorithms.svg?logo=github)](https://github.com/ramanaditya/data-structure-and-algorithms/blob/master/LICENSE)
5+
[![GitHub stars](https://img.shields.io/github/stars/ramanaditya/data-structure-and-algorithms.svg?logo=github)](https://github.com/ramanaditya/data-structure-and-algorithms/stargazers)
6+
[![GitHub forks](https://img.shields.io/github/forks/ramanaditya/data-structure-and-algorithms.svg?logo=github&color=teal)](https://github.com/ramanaditya/data-structure-and-algorithms/network/members)
7+
[![GitHub top language](https://img.shields.io/github/languages/top/ramanaditya/data-structure-and-algorithms?color=blue&logo=python)](https://github.com/ramanaditya/data-structure-and-algorithms/)
8+
[![GitHub code size in bytes](https://img.shields.io/github/languages/code-size/ramanaditya/data-structure-and-algorithms?logo=github)](https://github.com/ramanaditya/data-structure-and-algorithms/)
9+
[![GitHub commit activity](https://img.shields.io/github/commit-activity/m/ramanaditya/data-structure-and-algorithms?color=bluevoilet&logo=github)](https://github.com/ramanaditya/data-structure-and-algorithms/commits/)
10+
[![GitHub repo size](https://img.shields.io/github/repo-size/ramanaditya/data-structure-and-algorithms?logo=github)](https://github.com/ramanaditya/data-structure-and-algorithms/)
11+
[![GitHub issues](https://img.shields.io/github/issues/ramanaditya/data-structure-and-algorithms?logo=github)](https://github.com/ramanaditya/data-structure-and-algorithms/issues)
12+
[![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg?style=flat&logo=git&logoColor=white)](https://github.com/ramanaditya/data-structure-and-algorithms/pulls)
13+
[![GitHub last commit](https://img.shields.io/github/last-commit/ramanaditya/data-structure-and-algorithms?logo=github)](https://github.com/ramanaditya/data-structure-and-algorithms/)
14+
515
# Contents
616

717
- ## [Data Structures](Data-Structures)
@@ -16,11 +26,18 @@
1626
- ## [Algorithms](algorithms)
1727
- [Boyer Moore Majority Vote Algorithm](https://github.com/ramanaditya/data-structure-and-algorithms/blob/master/algorithms/array/boyer-moore-majority-vote-algorithm.md)
1828

29+
- ## [Interview Preparation](interview)
30+
- [Interview Preparation](./interview/README.md)
31+
- [Networking](./interview/networking.md)
32+
1933
- ## Solution of Books
2034
- [CLRS](https://github.com/ramanaditya/data-structure-and-algorithms/tree/master/CLRS)
2135
- [Cracking the Coding Interview](https://github.com/ramanaditya/data-structure-and-algorithms/tree/master/cracking-the-coding-interview)
2236
- [Elements of Programming Interviews]()
2337

38+
- ## [Programming Languages](./languages)
39+
- [Python](./languages/python)
40+
2441
- ## Competitive Coding
2542
- #### [Codechef](https://github.com/ramanaditya/data-structure-and-algorithms#abstract-data-type)
2643

interview/networking.md

+10-1
Original file line numberDiff line numberDiff line change
@@ -38,4 +38,13 @@ Networking is interacting with others to exchange information and develop profes
3838
- Don't Spam
3939
- Informational Interviews
4040
- Finding Jobs
41-
- Jumping Gatekeepers
41+
- Jumping Gatekeepers
42+
43+
- Keep a clean Web Presence
44+
- Don't use bad spelling or grammars.
45+
- Personal Website
46+
- GitHub
47+
- Fill out your profile
48+
- Be mindful about pinned repository
49+
- Cleaned up your starred repository
50+
- Include an informative readme

0 commit comments

Comments
 (0)