Skip to content

Commit c3e44df

Browse files
committed
update: README makeover
1 parent c2d8c12 commit c3e44df

File tree

3 files changed

+5
-0
lines changed

3 files changed

+5
-0
lines changed

.assets/dsa.jpeg

94.8 KB
Loading

.assets/logo.png

9.5 KB
Loading

README.md

+5
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,20 @@
11
# Problem Solving using Javascript
22

3+
<img src=".assets/logo.png" align="right"/>
4+
35
[![Open Source Love](https://badges.frapsoft.com/os/v2/open-source.svg?v=103)](https://github.com/vinitshahdeo/HacktoberFest)
46
[![Build Status](https://travis-ci.org/knaxus/problem-solving-javascript.svg?branch=master)](https://travis-ci.org/knaxus/problem-solving-javascript)
57
[![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)
68
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
79

810
Collection of interview questions with Unit Tests. Problems includes Data Structures, Logical and few Classical problems.
911

12+
![DSA](.assets/dsa.jpeg)
13+
1014
## Table of Contents
1115

1216
This repo contains the following in **JavaScript**
17+
1318
- Data Structures
1419
- Algorithms
1520
- Logical Problems

0 commit comments

Comments
 (0)