Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Heaps #156

Merged
merged 16 commits into from
Nov 5, 2019
Prev Previous commit
Next Next commit
fixes: README changes
  • Loading branch information
ashokdey committed Nov 5, 2019
commit 2daa87d58e8db4f18bc369402d67eefab98d9375
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Problem Solving using Javascript

<img src=".assets/logo.png" align="right"/>

# Problem Solving using Javascript

[![Open Source Love](https://badges.frapsoft.com/os/v2/open-source.svg?v=103)](https://github.com/vinitshahdeo/HacktoberFest)
[![Build Status](https://travis-ci.org/knaxus/problem-solving-javascript.svg?branch=master)](https://travis-ci.org/knaxus/problem-solving-javascript)
[![Coverage Status](https://coveralls.io/repos/github/knaxus/problem-solving-javascript/badge.svg?branch=master)](https://coveralls.io/github/knaxus/problem-solving-javascript?branch=master)
Expand All @@ -11,18 +11,18 @@ Collection of interview questions with Unit Tests. Problems includes Data Struct

![DSA](.assets/dsa.jpeg)

## Table of Contents
## Overview

This repo contains the following in **JavaScript**
This repo contains the following sections implemented in **JavaScript**

- Data Structures
- Algorithms
- Logical Problems
- Classics (Few of the classical questions)

Find the detailed Table of Contents here: [Detailed TOC](TOC.md)
Find the detailed contents and problem list here: [Table Of Contents](TOC.md)

## CONTRIBUTION Guide
## Contribution Guide

It's great to know that you want to contribute to this repo. Thanks for taking interest. please fing the [guide here](https://github.com/knaxus/problem-solving-javascript/blob/master/CONTRIBUTING.md)

Expand Down