Code Monkey home page Code Monkey logo

c-book-excercises's Introduction

hey there

---

๐Ÿ‘จโ€๐Ÿ’ป About Me :

I am a rising third year student studying Computer Science at the University of Massachusetts Amherst.

  • ๐Ÿ”ญ Iโ€™m currently working through TheOdinProject learning fullstack development and am also working on various other open source projects on github.

  • ๐ŸŒฑ Learning C properly; I already know C but might as well learn it properly this time around(check out my repository for C). I'm also learning datastructures and algorithms.

  • โšก In my free time, I solve coding problems or watch cool videos on youtube related to programming concepts. I also workout, go biking or just watch movies.

  • ๐Ÿ“ซ Contact me via email (find it somewhere on the left).


๐Ÿ› ๏ธ Languages and Tools :

Javaย  Reactย  CSSย  HTMLย  JavaScriptย  MySQLย  NodeJSย 
---

๐Ÿ”ฅ My Stats :

GitHub Streak Top Langs

c-book-excercises's People

Contributors

atharvepandey avatar harshal662 avatar jonatanschnyder avatar

Stargazers

 avatar

Watchers

 avatar

c-book-excercises's Issues

5th problem from chapter 2

basically we have to do the following:

  • write a function any(s1,s2) which returns the first location in a string where any character
    from the string s2 occurs, or -1 if s1 has no characters from s2
  • don't use strpbrk from the standard library

fork the repo and submit a pull request when finished, make sure to read the README.md file for this project too

1.4

In process of writing exercise 1.4 solution; too lazy but if you want, go through the book, and then complete 1.4 and make a pull request

8th problem from chapter 2

write a function rightroot(x,n) that returns the value of the integer
x rotated to the right by n positions

1.8

can't seem to run the code properly even though it can compile successfully without warning; when i do ./1.8 to run the 8th excercise file in the terminal, it just stops there and doesnt do anything....

6th problem from chapter 2

write a function setBits(x,p,n,y) which rerturns x with n bits that begin
at the position p set to the rightmost n bits of y, leaving the other bits unchanged

remember to follow format guidelines found in the README.md

7th problem from chapter 2

write a function rightroot(x,n) that returns the value of the integer
x rotated to the right by n positions

read README.md

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.