ACM-VIT / Algos-for-all-Amigos

This repository consists an implementation of the Algorithms encountered in Computer Science, Physics and Mathematics.
MIT License
9 stars 10 forks source link

Beginner level programming questions.... But in Assembly! #24

Open Chasmiccoder opened 2 years ago

Chasmiccoder commented 2 years ago

Hey there! Welcome to Hacktoberfest 2021!

Thanks for taking interest in this project.

In this issue, we want you to solve at least 2 of the following problems in Assembly.

1) Check if a string is a palindrome or not [done] 2) Find the largest element in an array of n elements 3) Sort an array of n elements (with any sorting algo) 4) Find the sum of all even elements in an array of n elements 5) Find the smallest element in an array of n elements

Recommended Tech Stack - 8086 Assembler


Feel free to contact us here (Telegram) if you need any help!


It's okay if you don't finish 100% of what is required, it's the attempt that matters! We'll accept PRs even if they complete a sub-component of this issue (depending on the code submitted and the effort taken) All the best :D

moonlight-blue commented 2 years ago

Hi, Can I work on this issue?

ayush-1601 commented 2 years ago

Hey can you assign this issue to me..? @Chasmiccoder

ayush-1601 commented 2 years ago

I just made an PR, please review it and merge it or give an label. @Chasmiccoder

soumyo2002 commented 2 years ago

sir can I work on this task @Chasmiccoder

soumyo2002 commented 2 years ago

sir @Chasmiccoder ,please merge my PR #26

soumyo2002 commented 2 years ago

dear sir @Chasmiccoder , please check and merge my PR #26.

Chasmiccoder commented 2 years ago

Hey @soumyo2002 ! We've just merged your PR.

My apologies for the delay!

Chasmiccoder commented 2 years ago

@soumyo2002 @ayush-1601 @moonlight-blue This issue is still open for the other 4 problems, so if anyone is interested, they can still contribute!