Python code to check whether two strings are anagrams of each other

preview_player
Показать описание
Python code to check whether two strings are anagrams of each other or not.

Coding books recommendations:

For Algorithms and Data Structures Interview Prep:
1. Cracking the Coding Interview: 189 Programming Questions and Solutions
2. Data Structures and Algorithms in Java (2nd Edition)
3. Data Structures and Algorithms in Java (by Goodrich)
4. Elements of Programming Interviews in Python: The Insiders' Guide
5. Data Structures and Algorithms in Python
6. Data Structures and Algorithms in C++

For Algorithms and Data Structures concepts
1. Introduction to Algorithms, 3rd Edition (Cormen)
2. Classic Data Structures (Samanta)

For System Design Interview Prep:
1. System Design Interview – An insider's guide, Second Edition: Step by Step Guide, Tips and 15 System Design Interview Questions with Detailed Solutions

For JAVA programming:
1. Java: The Complete Reference, Eleventh Edition

For Beginners in Computer Science:
1. Computer Science Distilled: Learn the Art of Solving Computational Problems

Рекомендации по теме