Coding & AI Resources
34.3K subscribers
217 photos
547 files
153 links
πŸ“šGet daily updates for :

βœ… Free resources
βœ… All Free notes
βœ… Internship,Jobs
and a lot more....😍

πŸ“Join & Share this channel with your friends and college mates ❀️

Managed by: @love_data

Buy ads: https://telega.io/c/leadcoding
Download Telegram
Tips for solving leetcode codings interview problems

If input array is sorted then
- Binary search
- Two pointers

If asked for all permutations/subsets then
- Backtracking

If given a tree then
- DFS
- BFS

If given a graph then
- DFS
- BFS

If given a linked list then
- Two pointers

If recursion is banned then
- Stack

If must solve in-place then
- Swap corresponding values
- Store one or more different values in the same pointer

If asked for maximum/minimum subarray/subset/options then
- Dynamic programming

If asked for top/least K items then
- Heap

If asked for common strings then
- Map
- Trie

Else
- Map/Set for O(1) time & O(n) space
- Sort input for O(nlogn) time and O(1) space
πŸ‘5
SQL CheatSheet .pdf
3.4 MB
πŸ”° Sql CheatSheet Post Pdf πŸ“

React πŸ‘ for more
πŸ‘5
❀1πŸ‘1
Do like,if you want more such notes πŸš€
πŸ‘3
Create a Progress Bars using Python
❀1
Python Cheat Sheet.pdf
677.7 KB
This cheat sheet includes basic python required for data analysis excluding pandas, numpy & other libraries
πŸ‘3
Advanced Concepts in Operating Systems (Indian Edition).pdf
331.2 MB
Advanced Concepts in Operating Systems
Mukesh Singhal, 2008 (scanned)
HTML Tags List.pdf
115.1 KB
HTML Tags List πŸš€

Do not forget to React ❀️ to this Message for More Content Like this

Thanks For Joining All β€οΈπŸ™
πŸ‘5❀1