Skip to content

djebby/algorithms-and-data-structures

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

usually i use this repository for interview preparation of different algorithms and data structures and i see it will be nice if i share with other people

leetcode-djebby-100-days-badge-2023 leetcode-djebby-100-days-badge-2024

Clean Code - Languages Style Guides

const javaScriptStyleGuides = {
  googleStyleGuid: 'https://google.github.io/styleguide/',
  airbnbStyleGuid: 'https://github.com/airbnb/javascript/'
}
python_style_guides = {
    'python_enhancement_proposals': 'https://peps.python.org/pep-0008/',
    'google_style_guide': 'https://google.github.io/styleguide/pyguide.html'
}

it's always nice to write a clean and understandable code. 😜