Skip to content

Commit 3125330

Browse files
authored
Revert "Added a minimal logo as required!"
1 parent 88ac6de commit 3125330

4 files changed

Lines changed: 3 additions & 64 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
1-
# <img src="https://github.com/prabhupant/python-ds/logo/logo.png" style="zoom:60%;" /> Python Data Structures
1+
# Python Data Structures
22

33
This repository contains data structures and algorithms questions in Python.
44

55
## :dart: Objective
66

7-
The open source community has helped me a lot during my interview preparations and studies while I was in my undergrad. I always wanted to give something back to the community. In my endeavor to contribute something back, I will be uploading data structures and algorithms questions in Python in this repo. Feel free to contribute and get in touch! :smiley:
7+
The open source community has helped me a lot during my interview preparations and studies while I was in my undergrad. I always wanted to give something back to the community. In my endeavour to contribute something back, I will be uploading data structures and algorithms questions in Python in this repo. Feel free to contribute and get in touch! :smiley:
88

99
## :file_folder: Structure of the repository
1010

1111
As of now, the repository contains a file called [`useful_links.md`](useful_links.md) and 2 main directories: **Data Structures** and **Algorithms**.
1212

1313
### Data Structures
1414

15-
Contains all data structure questions categorized into sub-directories like stack, queue, etc. according to their type.
15+
Contains all data structure questions categorised into sub-directories like stack, queue, etc according to their type.
1616

1717
1. Array
1818
2. Dictionary

data_structures/array/Array_Rotations.py

Lines changed: 0 additions & 61 deletions
This file was deleted.

logo/PDS.png

-21.5 KB
Binary file not shown.

logo/logo.png

-12.7 KB
Binary file not shown.

0 commit comments

Comments
 (0)