Coding Interview Resources
50.3K subscribers
692 photos
7 files
399 links
This channel contains the free resources and solution of coding problems which are usually asked in the interviews.

Managed by: @love_data
Download Telegram
Most Asked Interview Questions with Answers 💻
Common Job Interview questions 😊
7👍1👌1
To learn data structures and algorithms in Python, you can follow these steps:

1. Start with the basics: Learn about the most common data structures, such as arrays, linked lists, stacks, queues, trees, and graphs. Learn how to implement them in Python and understand their time and space complexities.

2. Study algorithms: Study the most common algorithms for searching, sorting, and traversing data structures. Understand their time and space complexities and the trade-offs between different algorithms.

3. Practice, practice, practice: The more you practice implementing data structures and algorithms, the better you will get at it. You can start by solving problems on websites like LeetCode and HackerRank, or by working on small projects of your own.

4. Read and learn from others: Read articles and blogs written by experts in the field, and learn from their experiences and insights. Follow the work of other Python developers on Github, and see how they use data structures and algorithms in their projects.
👍21
Important Interview Questions with Answers 💻
2👍2
‼️ USEFUL SITES TO MAKE YOUR WORK EASIER ‼️

1. Media.io – Online Free File Converter, Editor, Compressor

2. https://alternativeto.net/ - Lacks of softwares

3. https://geektyper.com/mobile/ - Pretend to be a hacker

4. http://Leetcode.com/ - Practice your coding skills

5. https://www.privacytools.io/ - Amazing site for privacy tools

6. http://Rainymood.com/ - Amazing site for Rainy & Thunderstorm sounds (to listen while sleeping)

🔔Unmute Notification & Share Channel For More Content
👍52
Data Structure Types
👍54
Various types of test used in statistics for data science

T-test: used to test whether the means of two groups are significantly different from each other.

ANOVA: used to test whether the means of three or more groups are significantly different from each other.

Chi-squared test: used to test whether two categorical variables are independent or associated with each other.

Pearson correlation test: used to test whether there is a significant linear relationship between two continuous variables.

Wilcoxon signed-rank test: used to test whether the median of two related samples is significantly different from each other.

Mann-Whitney U test: used to test whether the median of two independent samples is significantly different from each other.

Kruskal-Wallis test: used to test whether the medians of three or more independent samples are significantly different from each other.

Friedman test: used to test whether the medians of three or more related samples are significantly different from each other.
👍42