Skip to content

Commit bdac684

Browse files
authored
Merge pull request #7 from ramanaditya/docs
Docs modified
2 parents 4cc0192 + 50adb19 commit bdac684

File tree

110 files changed

+20264
-66
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

110 files changed

+20264
-66
lines changed

doc/source/data-structures/list.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
List
2+
=====
File renamed without changes.

docs/Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
# from the environment for the first two.
66
SPHINXOPTS ?=
77
SPHINXBUILD ?= sphinx-build
8-
SOURCEDIR = .
9-
BUILDDIR = _build
8+
SOURCEDIR = source
9+
BUILDDIR = build
1010

1111
# Put it first so that "make" without argument is like "make help".
1212
help:

docs/__init__.py

Whitespace-only changes.
2.18 KB
Binary file not shown.
13 KB
Binary file not shown.

docs/build/doctrees/index.doctree

5.01 KB
Binary file not shown.

docs/build/doctrees/resources.doctree

8.59 KB
Binary file not shown.

docs/build/html/.buildinfo

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
# Sphinx build info version 1
2+
# This file hashes the configuration used when building these files. When it is not found, a full rebuild will be done.
3+
config: 222a3157596ff4174548d5a3f4d8a6f5
4+
tags: 645f666f9bcd5a90fca523b33c5a78b7
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
List
2+
=====
Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
.. Interview Documentation documentation master file, created by
2+
sphinx-quickstart on Fri Aug 7 20:35:43 2020.
3+
You can adapt this file completely to your liking, but it should at least
4+
contain the root `toctree` directive.
5+
6+
Welcome to Interview Documentation!
7+
===================================================
8+
9+
.. toctree::
10+
:maxdepth: 3
11+
:caption: Data Structures
12+
13+
data-structures/list
14+
15+
.. toctree::
16+
:maxdepth: 2
17+
:caption: Resources
18+
19+
resources
20+
21+
Indices and tables
22+
==================
23+
24+
* :ref:`genindex`
25+
* :ref:`modindex`
26+
* :ref:`search`
Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,40 @@
1+
Resources
2+
==========
3+
4+
5+
Books
6+
------
7+
8+
* CLRS_
9+
* `Cracking the Coding Interview`_
10+
* `Elements of Programming Interviews`_
11+
12+
.. _CLRS: https://mitpress.mit.edu/books/introduction-algorithms-third-edition
13+
.. _Cracking the Coding Interview: http://www.crackingthecodinginterview.com/
14+
.. _Elements of Programming Interviews: https://elementsofprogramminginterviews.com/
15+
16+
17+
Competitive Coding
18+
-------------------
19+
20+
* Codechef_
21+
* Codeforces_
22+
* HackerEarth_
23+
* HackerRank_
24+
* Leetcode_
25+
26+
.. _Codechef: https://www.codechef.com/
27+
.. _Codeforces: https://codeforces.com/
28+
.. _HackerEarth: https://www.hackerearth.com/challenges/
29+
.. _HackerRank: https://www.hackerrank.com/
30+
.. _Leetcode: https://leetcode.com/
31+
32+
33+
Online Study Materials
34+
-----------------------
35+
36+
- `Free Code Camp`_
37+
- GeeksforGeeks_
38+
39+
.. _Free Code Camp: https://www.freecodecamp.org/
40+
.. _GeeksforGeeks: https://www.geeksforgeeks.org/

0 commit comments

Comments
 (0)