Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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")