Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/avidlearnerinprogress/internship_tasks
Problems implemented by me for internship process
https://github.com/avidlearnerinprogress/internship_tasks
algorithms datastructure dynamic-programming flask javascript python
Last synced: about 2 months ago
JSON representation
Problems implemented by me for internship process
- Host: GitHub
- URL: https://github.com/avidlearnerinprogress/internship_tasks
- Owner: avidLearnerInProgress
- Created: 2018-04-01T18:22:30.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-04-01T18:41:17.000Z (almost 7 years ago)
- Last Synced: 2024-10-11T18:30:05.951Z (3 months ago)
- Topics: algorithms, datastructure, dynamic-programming, flask, javascript, python
- Language: Python
- Homepage:
- Size: 175 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
Awesome Lists containing this project
README
## Solutions to Problems given in Haptik Interview Rounds
## Screenshots
## Task 1
![Result1](https://cdn.rawgit.com/avidLearnerInProgress/haptik_interview_tasks/4c5e87a4/Task1/screenshots/result.PNG "Fetch top 3 active users from chat history")## Task 2
![Create User](https://cdn.rawgit.com/avidLearnerInProgress/haptik_interview_tasks/ded26ead/Task2/screenshots/1.create_user.PNG)
![List Users](https://cdn.rawgit.com/avidLearnerInProgress/haptik_interview_tasks/ded26ead/Task2/screenshots/2.list_users.PNG)
![Tweet Insert](https://cdn.rawgit.com/avidLearnerInProgress/haptik_interview_tasks/4c5e87a4/Task2/screenshots/3.tweet_insert.PNG)
![List Tweets](https://cdn.rawgit.com/avidLearnerInProgress/haptik_interview_tasks/4c5e87a4/Task2/screenshots/4.list_tweets.PNG)
![List Tweets JSON](https://cdn.rawgit.com/avidLearnerInProgress/haptik_interview_tasks/4c5e87a4/Task2/screenshots/5.list_tweets_json.PNG)
![List Tweets By Username](https://cdn.rawgit.com/avidLearnerInProgress/haptik_interview_tasks/0aff95f7/Task2/screenshots/6.list_tweets_by_username_json.PNG)
## Task 3
![Result1](https://cdn.rawgit.com/avidLearnerInProgress/haptik_interview_tasks/4c5e87a4/Task3/screenshots/result.PNG "Word Break Problem")